Print Page | Close Window

how to remove help button

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=22122
Printed Date: 17 June 2025 at 8:37pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: how to remove help button
Posted By: potato2013
Subject: how to remove help button
Date 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();





Replies:
Posted By: potato2013
Date Posted: 11 December 2013 at 3:32am
I have solve it,  disable this line LOL

//ON_COMMAND(ID_HELP, &CWinApp::OnHelp)



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net