Hello!
Need some help

... I wrote a simple Welcome screen for my friends PNA, but I have a little problem with the fullscreen mode. It doesnot fills the screen. Tried, to set the screen size in the Form1 to 320x240, and 320x234 too (manufacturer says, this is the native resolution), but nothing... The bottom of the screen is not "filled" with the window.
Taskbar is disabled in Win.
What is missing, or what is wrong? The code:
Code:
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Form1.Show
flb.New1("Form1",B4PObject(1))
flb.FullScreen(CPPC) 'On the device it will remove the title bar too
End Sub
Sub ImageButton1_Click
Shell("\sdmmc\navngo.exe","")
End Sub
Sub ImageButton2_Click
Shell("\MyStorage\CC\player.exe","")
End Sub
Thanks, and Best Regards
Kaninjo