![]() |
how to remove help button |
Post Reply
|
| Author | |
potato2013
Newbie
Joined: 08 December 2013 Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
Topic: how to remove help buttonPosted: 11 December 2013 at 12:29am |
|
Hi, i write some code like (button example), the example has not help button, but my code has. I can't find difference
![]() some code: CXTPResizePropertySheet dlg(AFX_IDS_APP_TITLE, 0, 0, xtpResizeNoVertical | xtpResizeNoHorizontal); dlg.m_psh.dwFlags |= PSH_NOAPPLYNOW; CButtonDlg pageButtons; dlg.AddPage(&pageButtons); m_pMainWnd = &dlg; INT_PTR nResponse = dlg.DoModal(); |
|
![]() |
|
potato2013
Newbie
Joined: 08 December 2013 Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
Posted: 11 December 2013 at 3:32am |
|
I have solve it, disable this line
![]() //ON_COMMAND(ID_HELP, &CWinApp::OnHelp) |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |