Microsoft Office 2000/Visual Basic Programmer's Guide   

Using the Sample Files

Some of the sample files discussed in this chapter are shared between this chapter and Chapters 3, 10, and 11. Each sample is included on the Office 2000 Developer CD-ROM only once, so some of the samples cited here can be found in the ODETools\V9\Samples\OPG\Samples\CH10 or ODETools\V9\Samples\OPG\Samples\CH11 subfolder rather than in the ODETools\V9\Samples\OPG\Samples\CH09 subfolder. The following table indicates the location of each sample file referred to in this chapter.

Sample file Location Description
DataComboBox.xls ODETools\V9\Samples\OPG\Samples\CH09 Demonstrates a custom event added to a combo box
EnumWindows.xls ODETools\V9\Samples\OPG\Samples\CH10 Calls API functions to enumerate open windows and create custom objects representing them
Library.xls ODETools\V9\Samples\OPG\Samples\CH09 Implements an interface to create a simple library application
ListComboWiz.xla ODETools\V9\Samples\OPG\Samples\CH11 Creates bound list box or combo box on an Excel worksheet
Queries.xls ODETools\V9\Samples\OPG\Samples\CH09 Implements an interface to create a simple SQL parsing application
ScriptGoodFormatting.htm ODETools\V9\Samples\OPG\Samples\CH03 Shows how to call procedures in a Microsoft Scripting Component (scriptlet)
Scriptlet.htm ODETools\V9\Samples\OPG\Samples\CH03 Contains script procedures that behave like methods and properties
System.xls ODETools\V9\Samples\OPG\Samples\CH10 Wraps system-related Windows API functions