I seem to be having a problem with Windows CE 4.2 and using the the form in FullScreen Mode.
I bought a GPS with WinCE on it and I'm trying to build a launcher shell for it so it would look like it came with the car.
I decided to run a little test and while using this code:
A gap appears at the bottom of the screen, instead of being full screen.
Here is a pic.
If anybody could help fix the problem, it would be greatly appreciated.
EDIT: Forgot to mention that the screens res is 480x234
I bought a GPS with WinCE on it and I'm trying to build a launcher shell for it so it would look like it came with the car.
I decided to run a little test and while using this code:
B4X:
Sub App_Start
FormLib1.New1("Form1", B4PObject(1))
FormLib1.FullScreen(cPPC)
Form1.Image=AppPath&"\BMWLauncher.jpg"
Form1.Show
End Sub
Here is a pic.
If anybody could help fix the problem, it would be greatly appreciated.
EDIT: Forgot to mention that the screens res is 480x234