VB 6.0 Multithreading

The place for programming-related topics.
Post Reply
[CC]
Cadet
Posts: 2
Joined: 02 Nov 2006, 12:13

VB 6.0 Multithreading

Post by [CC] »

Hi Timo,

in a rather old newsgroups posting at microsoft.public.de.vb in 2003 (see this) you wrote that you have a code sample regarding the execution of threads in a VB 6.0 app.

May I ask whether you still have the samples lying somewhere around on your hd and could upload them or did I make myself some false hope? Would be great if you could help me out,

[CC]
User avatar
TiKu
Administrator
Administrator
Posts: 832
Joined: 28 Sep 2004, 21:10
Location: München
Contact:

Post by TiKu »

Hi,

see the attached file.

HTH
TiKu
Attachments
MultiThreading.zip
VB6 multi threading code from Matt Curland
(45.47 KiB) Downloaded 536 times
Crunching for Fab36_Folding-Division at Folding@Home. Join Fab36/Fab30! - Folding@Home and BOINC
Boycott DRM! Boycott HDCP!
[CC]
Cadet
Posts: 2
Joined: 02 Nov 2006, 12:13

Post by [CC] »

Hi again,

Thanks for the quick response. I've done some group search for Matthew Curland and found this comment from himself on multithreading in VB 6.0. Basically, he writes that the often-cited article from Dan Appleman is twisting some facts about threads in vb, and thus can be disregarded.

Btw, the code you have attached needs some update to work correctly on windows 2000 and xp. I'm including it here for the sake of completeness.
Attachments
ThreadingUpdate.zip
ThreadOlePump Update
(2.47 KiB) Downloaded 552 times
Post Reply