求助 关于CPropertySheet 向导的问题 急

acceleratoryyb 2005-08-01 03:56:44
偶用CPropertySheet CPropertyPage 实现向导程序 如何才能在左下角显示一个帮助按钮
望高手指点
...全文
148 8 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
vcmute 2005-08-01
  • 打赏
  • 举报
回复
BOOL CMyPropSheet::OnInitDialog()中
if(CWnd *pWnd = GetDlgItem(IDHELP))
{
CRect rect;
pWnd->GetWindowRect (rect);
ScreenToClient (&rect);
pWnd->MoveWindow(10,rect.top,rect.Width(), rect.Height());
pWnd->ShowWindow(SW_SHOW);
}
老夏Max 2005-08-01
  • 打赏
  • 举报
回复
http://www.vckbase.net/document/viewdoc/?id=427
goodboyws 2005-08-01
  • 打赏
  • 举报
回复
CPropertySheet dlgPropertySheet;
dlgPropertySheet.m_psh.dwFlags |= PSH_HASHELP ;
老夏Max 2005-08-01
  • 打赏
  • 举报
回复
http://www.vckbase.net/document/viewdoc/?id=427
老夏Max 2005-08-01
  • 打赏
  • 举报
回复
http://www.codeproject.com/property/hacking_the_cpropertyshee.asp
老夏Max 2005-08-01
  • 打赏
  • 举报
回复
http://www.codetools.com/w2k/wizard2000.asp
qrlvls 2005-08-01
  • 打赏
  • 举报
回复
http://www.codeproject.com/property/conquering_wizard97.asp
lixiaosan 2005-08-01
  • 打赏
  • 举报
回复
http://www.vckbase.net/document/viewdoc/?id=330

15,980

社区成员

发帖
与我相关
我的任务
社区描述
VC/MFC 界面
社区管理员
  • 界面
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧