A bitmap in a dialog application

Started by dev_zero, December 22, 2004, 09:47:15 PM

Previous topic - Next topic

dev_zero

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..

dev_zero

Sorry, I don't need help anymore.. I figured it out myself..