Is it possible to put an image background into a child dialog?
I'm using CDialogSK from CodeProject to create a skinned dialog, but when I put a child dialog into it there's the boring grey background around the controls in the child...
I've tried using the CDialogSK, but since the child doesn't have any OnInitDialog, it doesn't seem to work...
What I want to do is either have an image background, or just turn the background of the child transparent - thus just showing the controls!
Is this possible somehow?
Thanks in advance!
I'm using CDialogSK from CodeProject to create a skinned dialog, but when I put a child dialog into it there's the boring grey background around the controls in the child...
I've tried using the CDialogSK, but since the child doesn't have any OnInitDialog, it doesn't seem to work...
What I want to do is either have an image background, or just turn the background of the child transparent - thus just showing the controls!
Is this possible somehow?
Thanks in advance!