> I have a class, Form1. It creates 5 threads. Each thread I'd like to
> know the parent address in. So I'd like each thread to know and be able
[quoted text clipped - 5 lines]
> How would I go about defining the parent in the threads. Note the
> threads are an instantiation of a totally different class than Form1.
Hi,
You can use a ParameterizedThreadStart delegate for that, and simply supply
the Form pointer when you start the thread.
See
http://msdn2.microsoft.com/en-us/library/system.threading.parameterizedthreadsta
rt.aspx
for more information and an example.

Signature
Kind regards,
Bruno.
bruno_nos_pam_van_dooren@hotmail.com
Remove only "_nos_pam"