(1)How can I fix the backgroundcolor of a dialogbox,
or where must I insert the following function:
---------------------------------------------------
BOOL CMyApp::InitInstance()
{
SetDialogBkColor(); // Set dialog background color to gray
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
}
---------------------------------------------------
(2)What must I do, that my dialogbox starts maximized?
or where must I insert the following function:
---------------------------------------------------
BOOL CMyApp::InitInstance()
{
SetDialogBkColor(); // Set dialog background color to gray
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
}
---------------------------------------------------
(2)What must I do, that my dialogbox starts maximized?