Results 1 to 3 of 3

Thread: Multi-Threaded App

  1. #1
    Guest
    hi all,
    does anyone no know, how can i go about writing a multi-threaded app in vb (i am using vb6),

    i thought making a group project,
    (standard exe and activex dll)

    and then calling the functions in the dll
    asynchronously, will do the work in the background,
    executing as seperate thread than the ui (exe).

    but it holds up the main thread (ui) (exe),
    until the activex dll has finished doing the work,

    any suggestions????

  2. #2
    Fanatic Member
    Join Date
    Apr 2000
    Location
    Whats a location?
    Posts
    516
    You can thread an ActiveX EXE (I don't know how) or you can see this app about using the API to create a new thread:

    http://www.planet-source-code.com/vb...txtCodeId=4823


    Hope it helps,

    me
    Courgettes.

  3. #3
    Guest
    thanx,

    the api is really useful from c
    but thats not exatly what i want
    to do in vb,

    i just want my app to take advantage
    of the fact that its runnig on nt/2000
    the truely multi-threaded operating
    system.

    any more suggestions,
    oh come on vb-world !!!

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