joelwenzel
Programmer
- Jun 28, 2002
- 448
Hello,
I need to set the background color of an activeX control I am making to white.
I've tried running SetDialogBkColor(RGB(255,255,255)) in the BOOL CMyApp::InitInstance() method but nothing happens. I'm sure there is a simple solution that I am missing.
I need to set the background color of an activeX control I am making to white.
I've tried running SetDialogBkColor(RGB(255,255,255)) in the BOOL CMyApp::InitInstance() method but nothing happens. I'm sure there is a simple solution that I am missing.