
VB Com and Threading issues
Quote:
> VB uses only one Mainthread. Within this Apartment there are running all
> items.
> You can't ( and you should not using API) create a second thread with vb.
Actually, you can, but it's a tricky process and you have to be very careful
lest you crash VB. See the June '99 issue of VBPJ (www.vbpj.com) for a great
article that describes exactly what you need to do.
Regards,
Russell Davis
MS VB MVP