is there an explicit way to tell VB t orun some functions in a different thread and not stall on the call ...
Printable View
is there an explicit way to tell VB t orun some functions in a different thread and not stall on the call ...
A standard .exe in VB runs on a single thread. You'd have to move that code to another program - I think ActiveX EXE's run in a separate thread from the caller.