-
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????
-
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
-
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 !!!