|
-
Sep 2nd, 2002, 06:44 AM
#1
Thread Starter
Addicted Member
MULTITHREADING in VB :)
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
-
Sep 2nd, 2002, 06:55 AM
#2
-
Sep 2nd, 2002, 07:06 AM
#3
Thread Starter
Addicted Member
hi robb!!!
am not able to run the vb application it gives an errorrr.and crashes.....it says vb performed an illegal operation !!!!!!!
-
Sep 2nd, 2002, 07:09 AM
#4
Fanatic Member
huh??
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.
-
Sep 2nd, 2002, 07:23 AM
#5
Hyperactive Member
Hi senthilvelm,
Just have a search for "MULTITHREADING" on planetsourcecode.com (psc) U'll get some examples there..
Anita
Can't imagine life without VB
(Various Boyfriends)
-
Sep 2nd, 2002, 07:32 AM
#6
PowerPoster
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.
-
Sep 2nd, 2002, 09:43 AM
#7
Junior Member
Multithreading
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.
Regards
JACK
....................................................
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|