|
-
Jul 1st, 2009, 10:59 PM
#1
Thread Starter
Junior Member
[RESOLVED] Horizontal View
Is it possible to create a form in a horizontal view? I can rotate the phone in VS2008 but it doesnt come out that way.
Thanks!
-
Jul 2nd, 2009, 01:07 AM
#2
Frenzied Member
Re: Horizontal View
You can right-click on the phone and rotate the form in VS2008.
Do you mean how do you show it like that in your application?
If so, add a reference to Microsoft.WindowsCE.Forms to your project, an 'Imports Microsoft.WindowsCE.Forms' and then
SystemSettings.ScreenOrientation = ScreenOrientation.Angle90 or similar
-
Jul 9th, 2009, 09:30 PM
#3
Thread Starter
Junior Member
Re: Horizontal View
Exactly what i needed! thanks again!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|