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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

launch VBScript from button (micros. visua. bas. 2005 exp.)

Status
Not open for further replies.

MrKovacic

IS-IT--Management
Nov 5, 2002
213
US
I am working in Microsoft VB express 2005, and want to launch a vbs file included in the program just by pressing a button..


Code:
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click



    End Sub
End Class

as you can see, i have nothing at the moment but the button handeler, and im sure this piece of code is simple, does anyone know what can be used?

Thank you!!!

Mike Kovacic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top