Results 1 to 3 of 3

Thread: [RESOLVED] Horizontal View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2009
    Location
    Hawaii
    Posts
    24

    Resolved [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!

  2. #2
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    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
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Apr 2009
    Location
    Hawaii
    Posts
    24

    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
  •  



Click Here to Expand Forum to Full Width