Feb 5, 2001 #1 fterrazas Technical User Dec 29, 2000 43 ES I want to know if I can call a Visual Basic program to run with VBScript?
Feb 5, 2001 #2 Guest_imported New member Jan 1, 1970 0 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. Upvote 0 Downvote
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.