About help
-
Hi, I have a menu on my application that contains a HELP toolstrip, I've finished doing the help project using the HTML workshop. Now how can I link this toolstrip to the Help.chm file? thanks in advance,
-
Hi, I have a menu on my application that contains a HELP toolstrip, I've finished doing the help project using the HTML workshop. Now how can I link this toolstrip to the Help.chm file? thanks in advance,
From managed code using .NET? Mark
"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder
-
From managed code using .NET? Mark
"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder
yes
-
yes
see... System.Windows.Forms.Help class[^] C# but same .NET-related stuff applies: How to use the unmanaged HTML Help API from a managed Visual C# application[^] Mark
"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder
-
see... System.Windows.Forms.Help class[^] C# but same .NET-related stuff applies: How to use the unmanaged HTML Help API from a managed Visual C# application[^] Mark
"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder
Thank you.