⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 00000015.txt

📁 水木清华BBS站的讨论区精华集锦
💻 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 + -