Microsoft Office 2000 Developer |
The WinAPI Viewer allows you to browse through Declares, Constants, and Types that are included in a Text API file or a Microsoft® Jet Database. Items may be copied to the clipboard and subsequently copied to your Visual Basic for Applications (VBA) code.
By default, the WinAPI Viewer uses the Win32api.txt text file to store API information. You can convert this to a Jet Database for better performance. It is much faster to display the list when opening a database than when opening a .txt file. You can convert the .txt files to Jet Database files simply by loading the .txt file and choosing "Convert..." from the File menu.
API Type
Select a category from the API Type list to determine what will be displayed in the Available Items list.
Type the first few letters of the item you are looking for
Typing in this field will cause the first item to match your entry to be highlighted in the Available Items list.
Available Items
Contains a list of all API's for the selected API Type.
Selected Items
Items added to this list may be copied to the clipboard or pasted into your code.
Add Button
Adds the highlighted item in the Available Items list to the Selected Items list.
Declare Scope
Determines whether items added to the Selected Items list will be prefixed with the Public or Private keyword.
Remove
Removes the currently selected item from the Selected Items list.
Clear
Removes the contents of the Selected Items list.
Insert
Copies all items in the Selected Items list to the current procedure in the Visual Basic code window.
Copy
Copies all items in the Selected Items list to the clipboard.