Hi All

I am creating game application for pocket PC device in CF2.0. I am new
to CF2.0 I need help from people to develop the game. The game created
works nice in Portrait. But i want to set the screen mode to Landscape
(always).

Could any one help me how to set screen in Landscape mode. That is the
game should be viewed only in landscape mode.Even if screen is in
portrait mode it should automatically change to landscape.

Thanx in advance.

Ashok.

Re: create game in Landscape mode by Peter

Peter
Mon Sep 18 02:23:25 CDT 2006

So long as the device supports screen rotation - Pocket PC 2003 Second
Edition or later, you can set the orientation with:-
Microsoft.WindowsCE.Forms.SystemSettings.ScreenOrientation.

Peter

--
Peter Foot
Device Application Development MVP
www.peterfoot.net | www.inthehand.com

"Ashok" <ashok83t@gmail.com> wrote in message
news:1158555743.160587.165680@m7g2000cwm.googlegroups.com...
> Hi All
>
> I am creating game application for pocket PC device in CF2.0. I am new
> to CF2.0 I need help from people to develop the game. The game created
> works nice in Portrait. But i want to set the screen mode to Landscape
> (always).
>
> Could any one help me how to set screen in Landscape mode. That is the
> game should be viewed only in landscape mode.Even if screen is in
> portrait mode it should automatically change to landscape.
>
> Thanx in advance.
>
> Ashok.
>



Re: create game in Landscape mode by Ashok

Ashok
Wed Sep 20 05:02:38 CDT 2006

hi peter

thanks for u r idea. it works fine.

Ashok