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