Re: win32Lib pixmap

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu