How to rotate the screen dynamically on Windows Mobile 2003

Post Reply
User avatar
Paco Garcia
Posts: 172
Joined: Fri Oct 07, 2005 12:00 pm
Contact:

How to rotate the screen dynamically on Windows Mobile 2003

Post by Paco Garcia »

hello

The answer is in this link:

http://www.pocketpcdn.com/articles/rotatese.html

I have not try it but I find it interesting.

A greeting.

Paco

Articles at Pocket PC Developer Network
http://www.pocketpcdn.com/sections/ui.html
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Post by Maurizio »

look at LANDSCAP.PRG

function ChangeVideo( oBtn )

if oBtn:GetText() == "Landscape"
LandScape()
oBtn:SetText( "Portrait" )
else
Portrait()
oBtn:SetText( "Landscape" )
endif

return nil

//----------------------------------------------------------------------------//
User avatar
Paco Garcia
Posts: 172
Joined: Fri Oct 07, 2005 12:00 pm
Contact:

Post by Paco Garcia »

Yes all right.

I think that the second link is the more interesting.

A greeting
Post Reply