Property Sheet, wizard, context-sensitive help 
Author Message
 Property Sheet, wizard, context-sensitive help

How can I get the context-sensitive help button (?) to appear on the title
bar of a property sheet in wizard mode?  F1 correctly pops up the help, but
I can't get the button to appear.

I don't have problems with tabbed property sheets.  For them, I use

 ModifyStyleEx( 0, WS_EX_CONTEXTHELP, SWP_NOSIZE );

in the OnCreate to force the style.  I tried adding

 m_psh.dwFlags |= PSH_WIZARDCONTEXTHELP;

for the wizards, but I still get no button.  There is no close button (x)
either, if that matters. Thanks in advance for any help you can provide.



Fri, 05 Jul 2002 03:00:00 GMT  
 Property Sheet, wizard, context-sensitive help
Quote:

> How can I get the context-sensitive help button (?) to appear on the title
> bar of a property sheet in wizard mode?  F1 correctly pops up the help, but
> I can't get the button to appear.

> I don't have problems with tabbed property sheets.  For them, I use

>  ModifyStyleEx( 0, WS_EX_CONTEXTHELP, SWP_NOSIZE );

> in the OnCreate to force the style.  I tried adding

>  m_psh.dwFlags |= PSH_WIZARDCONTEXTHELP;

> for the wizards, but I still get no button.  There is no close button (x)
> either, if that matters. Thanks in advance for any help you can provide.



Fri, 05 Jul 2002 03:00:00 GMT  
 Property Sheet, wizard, context-sensitive help
Mat,
 m_psh.dwFlags |= PSH_WIZARDCONTEXTHELP;
    should work, as long as you are setting this before calling DoModal.


Fri, 05 Jul 2002 03:00:00 GMT  
 Property Sheet, wizard, context-sensitive help
Scot,

Thanks for your help.  I'm setting that flag before DoModal,  I've traced in
and can confirm it is set before the call to the Win32 PropertySheet() API.
Any other ideas?

Quote:

> m_psh.dwFlags |= PSH_WIZARDCONTEXTHELP;
>    should work, as long as you are setting this before calling DoModal.



Sat, 06 Jul 2002 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Context-sensitive help for property sheet controls

2. Context sensitive help on Property Sheets

3. property sheet context sensitive help

4. Context sensitive help in a modal property sheet

5. Context-sensitive help on Property Sheets

6. Context Sensitive help in wizard???

7. context sensitive help in property page

8. Context-sensitive Help in a Property Page

9. How to create a modeless property sheet with minimize box and context help box

10. How to activate context-help in a Property Sheet

11. Property Sheet with Context Help ?

12. Property Sheets and Context Help

 

 
Powered by phpBB® Forum Software