Run any other application from VB.
Run any other application from VB.
Rate Run any other application from VB.
(1(1 Vote))
Private Sub Command1_Click()
Dim retval As Long
retval = Shell("C:\WINDOWS\CALC.EXE", 1)
End Sub
Run any other application from VB. Comments
No comments yet — be the first to post one!
Post a Comment