
Launching Multiple threads from VB app / hide process in task list
Hi,
I want to launch new database queries on different threads to my parent app?
Database queries have a horrible habit of timing out if the server is not
available and holding my app.
How can I spawn a thread in VB (not a process).
Alternatively, does anyone know how to hide the process details from display
in the task manager?
Thanks .