I am working in Microsoft VB express 2005, and want to launch a vbs file included in the program just by pressing a button..
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
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