The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: jose on October 11, 2005, 05:42:54 PM

Title: Loading jpg image in to a window
Post by: jose on October 11, 2005, 05:42:54 PM
Can anybody give me the MASM code for loading jpg image in to a window ?

by jose
Title: Re: Loading jpg image in to a window
Post by: Vortex on October 11, 2005, 06:16:42 PM
Hi jose,

Welcome to the forum.

Here, you can find an example :

http://www.masmforum.com/simple/index.php?topic=937.0
Title: Re: Loading jpg image in to a window
Post by: dougiem on October 12, 2005, 05:50:15 PM
This is a simmilar routine for getting a bmp handle from a RESOURCE or FILE using OleLoadPicture.
Loads .gif, .jpg, .bmp, .ico, .emf, .wmf
hope it helps,
dougiem

[attachment deleted by admin]
Title: Re: Loading jpg image in to a window
Post by: Vortex on October 12, 2005, 05:54:26 PM
Hi dougiem,

Thanks for sharing with us your code :U
Title: Re: Loading jpg image in to a window
Post by: Vortex on October 15, 2005, 08:33:02 AM
Hi dougiem,

I modified a little your code to display images from memory, here is the GetOleImageFromMem function based on your code.

[attachment deleted by admin]
Title: Re: Loading jpg image in to a window
Post by: dougiem on October 15, 2005, 08:53:44 PM
Vortex,
  That works well, with the new fda.exe. Lots of possabilities especially with your res2bin.exe.
Thanks,
dougiem.