WindowState maximized question?

  • Thread starter Thread starter juvi
  • Start date Start date
J

juvi

Hello,

I have two Pictureboxes - One with dock: Top and the other with dock: Fill

My application is a full screen application (windowstate: maximized), but
now I want to "extend" it with the taskbar and softkeybar (windowstate:
normal) without to affect the pictureboxes resize (I want that the
taskbar&softkeybar should overlap the pictureboxes like an other layer or
something like that - like on the SE Xperia)

Hope this is possible and thanks for any replies.

juvi
 
Hello,

I have two Pictureboxes - One with dock: Top and the other with dock: Fill

My application is a full screen application (windowstate: maximized), but
now I want to "extend" it with the taskbar and softkeybar (windowstate:
normal) without to affect the pictureboxes resize (I want that the
taskbar&softkeybar should overlap the pictureboxes like an other layer or
something like that - like on the SE Xperia)

Hope this is possible and thanks for any replies.

juvi

Do you need to change the window state in runtime or in the designer?
 
Back
Top