Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - how to remove help button
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

how to remove help button

 Post Reply Post Reply
Author
Message
potato2013 View Drop Down
Newbie
Newbie


Joined: 08 December 2013
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote potato2013 Quote  Post ReplyReply Direct Link To This Post Topic: how to remove help button
    Posted: 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 differenceConfused

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();


Back to Top
potato2013 View Drop Down
Newbie
Newbie


Joined: 08 December 2013
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote potato2013 Quote  Post ReplyReply Direct Link To This Post Posted: 11 December 2013 at 3:32am
I have solve it,  disable this line LOL

//ON_COMMAND(ID_HELP, &CWinApp::OnHelp)
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.031 seconds.