Link to home
Start Free TrialLog in
Avatar of VapiSoft
VapiSoft

asked on

CPropertySheet Help button is disabled

Hi,
I have a CPropertySheet with three Pages (tabs).
In the first two pages the Help button is enabled.
In the third page, the Help button is disabled.
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

OK - so what is the question?
May be this can help you:
"Property Sheet Buttons" at
http://www.functionx.com/visualc/articles/propsheetbtn.htm
Avatar of VapiSoft
VapiSoft

ASKER

The article doesn't explain why the Help button is disabled.
Do you have something like
    m_psp.dwFlags &= ~PSP_HASHELP;

in the constructor of the page with the help button disabled?  
If yes then you have explicitly disabled the help button.
No.
In the constractors of all the tabs I have.
      m_psp.dwFlags |= PSP_HASHELP;
ASKER CERTIFIED SOLUTION
Avatar of DanRollins
DanRollins
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You did not solve the problem, but I gave you the points for the help.