VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Run any other application from VB.

by janaksinh s. chauhan (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 22nd May 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Run any other application from VB.

Rate Run any other application from VB.



Private Sub Command1_Click()
     Dim retval As Long
     retval = Shell("C:\WINDOWS\CALC.EXE", 1)
End Sub

Download this snippet    Add to My Saved Code

Run any other application from VB. Comments

No comments have been posted about Run any other application from VB.. Why not be the first to post a comment about Run any other application from VB..

Post your comment

Subject:
Message:
0/1000 characters