VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Launch default application associated with file extension. (5 Lines of code)

by Alon Harel (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Mon 30th August 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Launch default application associated with file extension. (5 Lines of code)

API Declarations


Sub ShellDef(file_name)
x = ShellEx(Me.hwnd, "open", file_name, "", "", 10)
End Sub


Rate Launch default application associated with file extension. (5 Lines of code)





Download this snippet    Add to My Saved Code

Launch default application associated with file extension. (5 Lines of code) Comments

No comments have been posted about Launch default application associated with file extension. (5 Lines of code). Why not be the first to post a comment about Launch default application associated with file extension. (5 Lines of code).

Post your comment

Subject:
Message:
0/1000 characters