VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This Code perfrom the same functionality as the run command provided by windows using API

Hatim S Rampurawala  (1 Submission)   Windows System Services   VB 6.0   Unknown Difficulty   Wed 4th February 2004   Mon 8th February 2021

This Code perfrom the same functionality as the run command provided by windows using API

API Declarations



Option Explicit
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
Dim i As Long, iHwnd As Integer

Rate This Code perfrom the same functionality as the run command provided by windows using API (1(1 Vote))
This Code perfrom the same functionality as the run command provided by windows using API.bas

This Code perfrom the same functionality as the run command provided by windows using API Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters