C# program on handheld

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LitaOsiris
    New Member
    • Jan 2008
    • 16

    #1

    C# program on handheld

    The program I'm doing includes forms and everything is fine except for the fact that a grey space appears right under the title menu. I have no idea why it is appearing.

    The form is designed to be non-resizable and is the exact size of the handheld screen (243 x 293px).

    Any help would be appreciated.
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Welcome to TSDN. Space between controls, a grey background? Please provide more info. Thanks.

    Comment

    • LitaOsiris
      New Member
      • Jan 2008
      • 16

      #3
      Thanks for taking the time to read this post but I have solved it. As usual it was something small. The menu property of the form was filled in when it shouldn't have been. That was creating the grey area at the top of screen under the title bar.

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        I was just going to say that.
        For some reason (presumably because most embeded devices like that use menu systems) .net compact project forms always start out with a menu added to the form.

        Comment

        Working...