Hai.. This link gives about Edit, combobox,static text, list controls,etc., but no group box control. Please tell me any other source. Thanks to all. Regards, Selvan.S.
Selvan S
Posts
-
vc++ mfc --color GroupBox -
VC++ MFC -- color GroupBoxHai Hamid, Thanks for reply, I tried like as below. CPaintDC dc(this); // device context for painting CRect rc; CWnd * pW = this->;GetDlgItem(IDC_GROUPBOX); pW->;GetClientRect(&rc); pW->;ClientToScreen(&rc); this->;ScreenToClient(&rc); dc.FillSolidRect(&rc,RGB(255,0,0)); Regards, Selvan.S.
-
VC++ MFC -- color GroupBoxHai.. I tried with some codes from your suggested link, but no color display on Groupbox border line and Groupbox caption text. Could you please tell me the way. Thanks for help. Regards, Selvan.S.
-
VC++ MFCHai... I need to display a color text on GroupBox Caption and change a default border to colorful border. Thanks for help. Regards, Selvan.S.
-
VC++ MFCHai Dear, How to create a color on "Group Box Caption Text and Border". Thanks to all. Best Regards, Selvan.S.
-
vc++ MFCHai Dear; Can anyone tell me how to get a data or member variable value from one class to another class. Thanks for help. Regards, Selvan.S
-
BitMapButton using VC++ -MFCHai, I am new to vc++ - MFC. How to create a bitmap button on a dialog based window. Help me. Thanks to all supports. Regards, Selvan