A
Adam Goetz
I have a development C# app that runs full-screen under PocketPC2002. When
I tried this app on a Win CE4.1 device, the top and bottom bars didn't
disappear.
The app's Forms are set to
FormBorderStyle = None
MaximizeBox = False
MinimizeBox = False
On the FormLoad I set
WindowState = Maximized
Under 4.1, what do I have to do differently?
I tried this app on a Win CE4.1 device, the top and bottom bars didn't
disappear.
The app's Forms are set to
FormBorderStyle = None
MaximizeBox = False
MinimizeBox = False
On the FormLoad I set
WindowState = Maximized
Under 4.1, what do I have to do differently?