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
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).