Moving our existing application to the .NET environment, I am trying to build in the online help feature.
The old application is calling the HtmlHelp API which is working fine (enough), for example HtmlHelp ( hDlg, "blabla.chm", HH_HELP_CONTEXT, dwTopicID );
In the new application (VS2005, C#)...