Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
When you use the Custom Wizard to create a wizard, it inserts a Help button on your wizard.
Each .htm file in your project includes the following code to provide support for the Help button for your wizard.
<BUTTON CLASS="BUTTONS" ID="HelpBtn" ACCESSKEY="H"
onClick="window.external.OnHelp('vc.appwiz.custom.overview');">
The OnHelp specifies the keyword of the HTML Help file associated with that page of your wizard. For more information about creating HTML Help files to associate with the page, see HTML Help Start Page. To provide your own help for this wizard page, you must replace the string 'vc.appwiz.custom.overview' with the keyword that identifies the HTML Help topic for the page.
Note This .htm file cannot be integrated into the compiled MSDN Help.