View Single Post
  #4 (permalink)  
Old 03-04-2008, 11:09 AM
kaninjo kaninjo is offline
Newbie
 
Join Date: Mar 2008
Posts: 2
Default

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
Attached Images
File Type: jpg PNA1.jpg (60.8 KB, 24 views)
File Type: jpg PNA2.jpg (54.5 KB, 20 views)
Reply With Quote