Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I call an Visual Basic program with VBScript?

Status
Not open for further replies.

fterrazas

Technical User
Dec 29, 2000
43
ES
I want to know if I can call a Visual Basic program to run with VBScript?
 
From ASP you can reference a VB COM object ( ActiveX dll ) with the Server.CreateObject( "ProgID" ).

From WSH you can similarly instantiate the COM object or run an exe from the WSHShell.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top