M
Mobile Boy 36
I had a full screen program that worked well on CE 4.0.
On CE 4.2 it doesn't work any more! The code doesn't occur exceptions but
the user is able to use the taskbar.
This was my code working well on CE 4.0.
Private Sub HideTaskBar()
hTaskBar = FindWindow("HHTaskBar", String.Empty)
Dim b As Boolean = ShowWindow(hTaskBar, SW_HIDE)
'b comes up false
Me.WindowState = FormWindowState.Maximized
End Sub
What do I have to change to get it working on a CE 4.2 device?
On CE 4.2 it doesn't work any more! The code doesn't occur exceptions but
the user is able to use the taskbar.
This was my code working well on CE 4.0.
Private Sub HideTaskBar()
hTaskBar = FindWindow("HHTaskBar", String.Empty)
Dim b As Boolean = ShowWindow(hTaskBar, SW_HIDE)
'b comes up false
Me.WindowState = FormWindowState.Maximized
End Sub
What do I have to change to get it working on a CE 4.2 device?