Just for completeness.
There is also an Ax-Dll http://www.vbforums.com/showthread.p...ultithreading) available to use multithreading in VB6. The workflow is similar to the BackgroundWorker in .net.
Compared to an Ax-EXE it has two advantages:
- The logic is in the app (and the code to be executued). So by any changes the app can be modified and the dll remains untouched as it's generic.
- Can be used regfree via side-by-side manifest.
