This forum is closed. Thank you for your contributions.
Hello,
I am developing a windows mobile application using win32 api. I have a dialog with the id IDD_HOME and have a bitmap image with the id IDI_FRESH2. How can I set the background image IDI_FRESH2 to IDD_HOME.
Thanks.
WM_ERASEBKGND message of your dialog box.See this MFC example project.