 |
|
vbXMLRPC.dll Install Notes
The vbXMLRPC.dll is designed to be used by programmers with a reasonable understanding of the workings of windows. This DLL does not come with a deployment package and some manual registering of the file will have to be carried out. These instructions are provided AS IS but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Only carry out these steps if you understand what you are doing. Any mistakes can damage your windows installation beyond repair. YOU HAVE BEEN WARNED.
Take the following steps to install the DLL:
To use the DLL in development environments in your Windows applications you will need to reference vbXMLRPC.dll (not vbXML.dll that is referenced by vbXMLRPC.dll).
To reference it in Visual Basic 5/6 carry out the following steps:
- Start VB.
- Open or create your project.
- Click on Project on the menu bar and References on the menu that appears.
- Scroll through the available DLLs until you find vbXMLRPC and tick that on.
- You can now use the functions of the DLL.
To reference it in Microsoft Office 97/2000 carry out the following steps:
- Start Either Excel, Access, Powerpoint or Word.
- Open or create your document.
- Click on Tools on the menu bar and Macro on the menu that appears followed by Visual Basic Editor. Alternatively Alt+F11 usually does the same thing.
- The Visual Basic for Applications editor will appear. Select the Tools menu and then click on the References item.
- Scroll through the available DLLs until you find vbXMLRPC and tick that on.
- You can now use the functions of the DLL.
Other environments will have similar ways of referencing DLLs.
|
 |