本文介绍了OnCtlColor函数的参数值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
afx_msg HBRUSH OnCtlColor(
CDC * pDC,
CWnd * pWnd,
UINT nCtlColor
);
大家好,在上面的函数声明中,当我们使用VC的Tab控件时,最后一个参数(nCtlColor)的值(如CTLCOLOR_BTN,CTLCOLOR_DLG)应该是什么.请帮助我...
在此先感谢您...
afx_msg HBRUSH OnCtlColor(
CDC* pDC,
CWnd* pWnd,
UINT nCtlColor
);
hi all, in the above function declaration, what should be the value of(such as CTLCOLOR_BTN, CTLCOLOR_DLG) last parameter(nCtlColor) while we are using Tab control of VC.please help me...
thank you in advance...
推荐答案
这篇关于OnCtlColor函数的参数值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!