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..
Sorry, I don't need help anymore.. I figured it out myself..