IntelliSense help "pops up" during editing of your application's source code, suggesting completion of the current statement. For example, when entering the following:
m_Preview.
IntelliSense pops up and displays a list of all available member functions for the "m_Preview" object.
SftPrintPreview/DLL 1.0 includes IntelliSense information for all its header files, but this support is not automatically added to your projects. Only DynamicHelp is automatically available. Dynamic help are the help links that appear in the DynamicHelp window of the Visual Studio .NET IDE. Dynamic help is not available for Visual Studio 6.0.
To "activate" IntelliSense help, add the header files SftPrintPreview.h and SftPrintPreviewMFC.h to your project. IntelliSense is only available for files that are part of your project.
Visual Studio 6.0
Using the Project, Add to Project, Files... menu command, locate the above header files in the product's directory \Program Files\Softelvdm\SftPrintPreview DLL 1.0\Include and add these to your project.
Visual Studio. NET
Using the Project, Add Existing Item... menu command, locate the above header files in the product's directory \Program Files\Softelvdm\SftPrintPreview DLL 1.0\Include and add these to your project.
IntelliSense help for SftPrintPreview/DLL 1.0 is now available for your project.
When creating a new project, make sure to add these header files again, as they apply to the current project only. |