Search:
Forum
General C++ Programming
how to change the background of vc++ MFC
how to change the background of vc++ MFC form?
Jun 7, 2012 at 11:26am UTC
umeshnepal
(11)
how to change the background of vc++ MFC form/dialog?
Jun 7, 2012 at 3:13pm UTC
Texan40
(645)
You can capture the DC from the WPARAM of a WM_ERASEBKGND message, or WM_CTLCOLORDLG message for a dialog. You can then use the DC to paint/display whatever.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs