Bitmap
Posted: Sun Feb 26, 2006 9:08 am
Antonio,
I create bitmap from resource like this:
Bitmap is not properly displayed. Bitmap size is about 10kB. I send for You original bitmap file and screen from PocketPC.
Regards
Pawel
I create bitmap from resource like this:
Code: Select all
Function TestBmp ()
Local oWnd := Nil
Define Window oWnd
@ 78, 20 BitMap oBmp Resource 'Info' Size 130, 78 Pixel
Activate Window oWnd
Return .T.
Regards
Pawel