How to rotate the screen dynamically on Windows Mobile 2003

How to rotate the screen dynamically on Windows Mobile 2003

Postby Paco Garcia » Wed Jan 03, 2007 5:10 pm

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
Paco Garcia
 
Posts: 172
Joined: Fri Oct 07, 2005 12:00 pm

Postby Maurizio » Thu Jan 04, 2007 8:12 am

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
Maurizio
 
Posts: 796
Joined: Mon Oct 10, 2005 1:29 pm

Postby Paco Garcia » Thu Jan 04, 2007 11:16 am

Yes all right.

I think that the second link is the more interesting.

A greeting
User avatar
Paco Garcia
 
Posts: 172
Joined: Fri Oct 07, 2005 12:00 pm


Return to FiveWin for Pocket PC

Who is online

Users browsing this forum: No registered users and 16 guests