Fullscreen forms

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Markus Eder

    #1

    Fullscreen forms

    Hi,

    I'm currently writing an fullscreen application for Windows Mobile 2003.
    To cover the whole display with the client area of my form, I used...

    WindowState = FormWindowState .Maximized;

    ....in my OnLoad-routine of the form. It works fine, but when I create and
    show an other form having the same behaviour, the upper part, where the
    start-bar ist located, flackers. So the start-bar becomes visible although it
    should not. Neither a Hide()-function is called nor a Visible-property is set
    to false all the time.

    What opportunities are there to suppress this behavious? Is there a
    AlwaysOnTop-function or something similar? Or would that no solve my problem?

    Thank you!
Working...