|
-
Aug 5th, 2000, 11:00 PM
#1
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????
-
Aug 6th, 2000, 04:51 AM
#2
Fanatic Member
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
-
Aug 7th, 2000, 12:33 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|