HI ALL
CAN ANY OEN GET ME AN ARTICLE, OR A WEB PAGE LINK ...WHICH CLEARLLY EXPLAINS HOW MULTITHREADING IS SUPPORTED BY VB ...?????
I DID HAVE AN ARTICLE ,ITS NOT SO CLEAR ....ITS CONFUSING ..... :)
,,,,
SENTHIL
Printable View
HI ALL
CAN ANY OEN GET ME AN ARTICLE, OR A WEB PAGE LINK ...WHICH CLEARLLY EXPLAINS HOW MULTITHREADING IS SUPPORTED BY VB ...?????
I DID HAVE AN ARTICLE ,ITS NOT SO CLEAR ....ITS CONFUSING ..... :)
,,,,
SENTHIL
hope this helps you
hi robb!!!
am not able to run the vb application it gives an errorrr.and crashes.....it says vb performed an illegal operation !!!!!!!
I just tried it right here.
I'm running VB6 on a PIII 1GHz, the program only returns an error when closing the problem witch is normal because Multithreading only "really" works in a compiled project (exe) and not really when it's tested uncompiled.
Hi senthilvelm,
Just have a search for "MULTITHREADING" on planetsourcecode.com (psc) U'll get some examples there..
Anita
I have never seen a example in VB6 which implements multithreading safely and correctly each time. Serach the forums on Multithreading to see the discussions on this subject.
Multithreading in VB 6 can be unsafe and tricky. Moreover its not very difficult to implement multithreading but to synchronise it can be just about impossible task in VB 6. In fact i read a article somewhere that multithreading is there in VB 6 just to show you why you should not use it in VB 6.
You can go to www.desaware.com and can find some good examples and articles on Multithreading.