VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Opens .exe files using Visual Basic

by Varun Godbole (15 Submissions)
Category: Files/File Controls/Input/Output
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 23rd April 2007
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Opens .exe files using Visual Basic

Rate Opens .exe files using Visual Basic



Public Sub Application_Caller(pathname as String)
        Shell pathname, vbNormalFocus
End Sub

      

Download this snippet    Add to My Saved Code

Opens .exe files using Visual Basic Comments

No comments have been posted about Opens .exe files using Visual Basic. Why not be the first to post a comment about Opens .exe files using Visual Basic.

Post your comment

Subject:
Message:
0/1000 characters