Several none-border forms for fullscreen

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a problem with an application working in fullscreen. In the beginning
a form is loaded. It's maximized an provides fullscreen via SHFullscreen.
Then there are three forms without border placed on top of this main form,
wich need the full display. The problem is, that the pda sometimes (e.g. if I
put it into the cradle and active sync is loaded) reactivates the taskbar.
But because one of the border none forms is focused I cannot turn to
fullscreen again.

Does anybody have a idea how to deal with this problem?

Greetings,
Cyberdot
 
A workaround to this is to call SHFullScreen more often, so that the taskbar
can be hidden again, I don't think there is a way to stop another app like
ActiveSync from popping up the bar but you can manually hide it again, e.g.
calling SHFullScreen whenever one of your forms receives the focus back.

Peter
 
Back
Top