Opening Other Applications

What would the code be (to put into a button) for opening another application

I need to launch the calculator....located at:

C:\WINDOWS\system32\calc.exe

This is what I have so far...

Private Sub Command1_Click()
Process.start (calc.exe)
End Sub

But this always gives me "Run-time error '424': Object Required

 

 I'm using Visual Basic 6.0

thanks if you can help




Answer this question

Opening Other Applications