InterviewSolution
| 1. |
During Setting Up The Development Environment How Do We Access Virtual Server Using Visual Basic? |
|
Answer» Accessing Virtual SERVER using VISUAL Basic: To use the Virtual Server object in Visual Basic, select Project/Add REFERENCE from the menu, select the COM tab in the dialog box, then scroll down the list and select Virtual Server 2005 Type Library. Once the type library is added as a reference, the VirtualServer object can be referenced and USED in the program. Accessing Virtual Server using Visual Basic: To use the Virtual Server object in Visual Basic, select Project/Add Reference from the menu, select the COM tab in the dialog box, then scroll down the list and select Virtual Server 2005 Type Library. Once the type library is added as a reference, the VirtualServer object can be referenced and used in the program. |
|