How to use Project Analyzer v8.1

Aivosto Project Analyzer is a professional source code optimization and documentation software tool for Visual Basic developers. This tutorial leads you into the world of advanced code analysis. It assumes knowledge of the Visual Basic language, but no knowledge of code analysis. Project Analyzer v8.1 works with code written with Visual Basic versions 3.0, 4.0, 5.0, 6.0, VB.NET 2002, 2003 and 2005. It also works with the VB.NET code in ASP.NET projects. Analysis of Office VBA projects is possible with VBA Plug.
Read more

Connecting HTML Help to Visual Basic Programs

Visual Basic (versions 6 and later) provides directly for calling window level HTML Help topics using the F1 key, or providing What’s This? Help for each control, including activation from the F1 key. The choice between What’s This? Help and form level F1 help can be made on a form by form basis. Only version 6 and later of Visual Basic recognize .chm files as a valid help file format. For any earlier versions of Visual Basic, you must make all HTML Help calls directly to the HTML Help API.You also cannot use the Common Dialog control to call HTML Help. No current version of this control recognizes .chm files a help files.
Read more