The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: dev_zero on December 22, 2004, 09:47:15 PM

Title: A bitmap in a dialog application
Post by: dev_zero on December 22, 2004, 09:47:15 PM
How can I show a bitmap in a dialog?
I think I have to use LoadBitmap and SendMessage, but how do I create the window the bitmap shall be showed in? I know how I can use CreateWindowEx, but I want to use the template I have made in the dialog and window editor.. Can someone please help me?
The dialog shall show a bitmap and a button so I assume that I have to make a window inside the dialog for the bitmap..
Title: Re: A bitmap in a dialog application
Post by: dev_zero on December 22, 2004, 10:11:15 PM
Sorry, I don't need help anymore.. I figured it out myself..