
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.