📄 00000015.txt
字号:
--===BBS水木清华站∶精华区===--
-===BBS水木清华站∶精华区===-
Read the documentation on SubClassDlgItem. Here's an example of how to
call it:
BOOL CMyDialog::OnInitDialog()
{
//Do your subclassing first.
m_MyControl.SubClassDlgItem(ID_MYCONTROL, this);
//Let the base class do its thing.
CDialog::OnInitDialog();
// Perhaps do some more stuff
// Be sure to call Ctl3d last, or it will cause
// assertions from multiple subclassing.
Ctl3dSubclassDlg(m_hWnd, CTL3D_ALL);
}
-===BBS水木清华站∶精华区===-
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -