Re: win32Lib pixmap
- Posted by buzzo Nov 23, 2014
- 1490 views
I have found that I can do exactly what I want using the following code.. it is called from a paint event
procedure chartBmpImage() atom hBitmap -- load the bitmap hBitmap = loadBitmapFromFile( "C:\\Users\\Buzz\\Pictures\\kathleen01.bmp" ) -- display the bitmap in VirtScrn drawBitmap( VirtScrn, hBitmap, 2, 36 ) end procedure
Now to write code to convert jpg to bmp