Form Image in FullScreen

orhan

Member
Licensed User
Hi,

I have problems with Form Background Image in fullscreen mode in PPC.

Currently I'm using:

flb.New1("Main",B4PObject(1))
flb.FullScreen2(CPPC,true) 'On the device it will remove the title bar too

Main.Image = ImageList1.Item(0)

It works fine without fullscreen mode.

Thanks
 

orhan

Member
Licensed User
It works fine on desktop, but on PocketPC it does not display the background image.
Please see attached file.
 
Top