C
Charles A. Lackman
Hello,
I am making a app that creates a thread to show a clipboard. If the
clipboard is double clicked, another window is displayed, the event is
handled inside the main app. What I would like to do is have the clipboard
use the main thread of the application that called it to handle the new
window. Is this possible and if so how would this be accomplished.
ie.
Form1 creates a thread and the thread displays Form2.
Form2 when double clicked raises an event that creates a new form (Form3).
The event is handled inside Form1.
How can I get Form3 to be managed by the main thread (Form1)?
Thanks,
Chuck
I am making a app that creates a thread to show a clipboard. If the
clipboard is double clicked, another window is displayed, the event is
handled inside the main app. What I would like to do is have the clipboard
use the main thread of the application that called it to handle the new
window. Is this possible and if so how would this be accomplished.
ie.
Form1 creates a thread and the thread displays Form2.
Form2 when double clicked raises an event that creates a new form (Form3).
The event is handled inside Form1.
How can I get Form3 to be managed by the main thread (Form1)?
Thanks,
Chuck