Changing the background color of a dialog(technoblogy.net)
submitted by
nauman1278(530) 2 years, 8 months ago
you want to change the background color of your dialog box, it is a very simple. In your CTestDlg header file, declare a member variable from CBrush: class CTestDlg : public CDialog{...protected: CBrush m_brush;...}; Then, add this line in the OnInitDialog function: BOOL
|category: C++
|Views: 3
tags:
another
Everyones tags:
No tags
Your Tags: