Results 1 to 7 of 7

Thread: MULTITHREADING in VB :)

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2001
    Location
    Bangalore ,India
    Posts
    240

    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

  2. #2
    Fanatic Member robbedaya's Avatar
    Join Date
    Jul 2002
    Location
    Belgium
    Posts
    872

    Question example???

    hope this helps you
    Attached Files Attached Files

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 2001
    Location
    Bangalore ,India
    Posts
    240
    hi robb!!!
    am not able to run the vb application it gives an errorrr.and crashes.....it says vb performed an illegal operation !!!!!!!

  4. #4
    Fanatic Member robbedaya's Avatar
    Join Date
    Jul 2002
    Location
    Belgium
    Posts
    872

    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.

  5. #5
    Hyperactive Member anita2002's Avatar
    Join Date
    Dec 2001
    Location
    In u'r Heart
    Posts
    482
    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)

  6. #6
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    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.

  7. #7
    Junior Member let_me_in's Avatar
    Join Date
    Sep 2002
    Location
    Germany
    Posts
    19

    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
  •  



Click Here to Expand Forum to Full Width