Microsoft Visual Basic .NET |
Microsoft Visual Basic .NET is the successor of Visual Basic 6.0. Unlike Visual Basic 6.0, Visual Basic .NET is designed to work with the .NET Framework. The .NET Framework has built-in support for Microsoft Help 1.3 (CHM) files through the classes Help
, and HelpProvider
. In order to use functionality of HTML Help beyond the functions provided in the built-in classes, you can use the class HtmlHelp from the file HtmlHelp.vb. The functions in HtmlHelp.vb demonstrate how to call the HTML Help control directly, and it can be easily extended.
Note If you are using the internal classes provided by the .NET framework in combination with associative links, you must use the hhctrl.ocx fix. For details please see the .NET Framework FAQ.
For details on how to implement help in your C# application, search for the following articles in the .NET Framework documentation:
A working example for Microsoft Visual Basic .NET can be found in the Help Producer distribution at the following location:
C:\Program Files\MGTEK\Help Producer\Examples\Programming\Visual Basic .NET
To build the example, do the following:
Note Depending on your version of Visual Studio .NET, choose the appropriate solution file.
Application Help Provider | Microsoft Visual Basic 6 | .NET Framework FAQ