i'm using a dialog box with no frame or borders, and i'm trying to display an image in the background like for an installer splash screen. and then, i'll just use the buttons to install stuff with. i tried making the whole dialog transparent so that only the buttons show up, and then do GetClientRect and display the image like that, but i'm having trouble with getting the HDC to work it's not getting set properly when i do:
CImage myimg;
HDC hDC = myimg.GetDC();
myimg.Load("mybmp.bmp"
...
any help would be appreciated.
-will
CImage myimg;
HDC hDC = myimg.GetDC();
myimg.Load("mybmp.bmp"
...
any help would be appreciated.
-will