VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Run the Associated file using ShellExecute

Mohammad Faisal  (1 Submission)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Sun 2nd February 2003   Mon 8th February 2021

Run the Associated file using ShellExecute

API Declarations



Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _
(ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile _
As String, ByVal lpParameters As String, ByVal lpDirectory As String, _
ByVal nShowCmd As Long) As Long
Private Const SW_SHOWNORMAL = 1


Rate Run the Associated file using ShellExecute (1(1 Vote))
Run the Associated file using ShellExecute.bas

Run the Associated file using ShellExecute Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters