VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Running Parallel Process or multi threading in VB using the shell command

Lil Henson To  (1 Submission)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Mon 7th June 2004   Mon 8th February 2021

Running Parallel Process or multi threading in VB using the shell command

API Declarations


Const SYNCHRONIZE = &H100000
Const INFINITE = &HFFFFFFFF

Private Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long
Private Declare Function CloseHandle Lib "kernel32" (ByVal hObject As Long) As Long
Private Declare Function WaitForSingleObject Lib "kernel32" (ByVal hHandle As Long, ByVal dwMilliseconds As Long) As Long

Rate Running Parallel Process or multi threading in VB using the shell command (1(1 Vote))
Running Parallel Process or multi threading in VB using the shell command.bas

Running Parallel Process or multi threading in VB using the shell command Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters