S
Shak
Hi,
I have a Logging class.
Part of the job of the logging is to create a "tracewindowform", if
required.
It doesnt make sense to pass a reference to the UI thread, since the logging
request might be from a non UI thread.
Is there any way that an arbitrary thread can find a reference to its UI
thread, or parent form, and then ask it to create a tracewindowform on its
behalf?
Shak
I have a Logging class.
Part of the job of the logging is to create a "tracewindowform", if
required.
It doesnt make sense to pass a reference to the UI thread, since the logging
request might be from a non UI thread.
Is there any way that an arbitrary thread can find a reference to its UI
thread, or parent form, and then ask it to create a tracewindowform on its
behalf?
Shak