Multiple threading in VB.

Multi-threading in VB 6.0 is usually done by using a client-server architecture. That is, your main program, the client, starts multiple servers(activex.exe's) that run in the background without a visual interface and report back when complete.
 
I'm sending an example program to you for multi-threading in VB6.
There is a Class file and a Module File.
You must write threads in module as
'Public Function'. Then you can create a thread of each public function along with the priority.
Go through the code and see how you can multiple 'Do...Loop's simultaneously using Threading APIs.

Good Luck
Milind
 
hello sir,

i was reading your article. i am new. u have mention there is a program for multi-threading but i am not getting. plz help me and give me some information releated to multi-threading application.

thanks.
 
Top