H
Harry Simpson
I've got two forms. One hides when the second is created and shown. I want
to be able to close processes/threads in the first form from code in the
second form in the overidden OnClosing event in case the user presses the OK
on the form to completely shut the form and app down.
Whenever I try to address the other form i get little to work with and can't
programmatically address controls on the hidden/minimized form. How can i
do that?
TIA
Harry
to be able to close processes/threads in the first form from code in the
second form in the overidden OnClosing event in case the user presses the OK
on the form to completely shut the form and app down.
Whenever I try to address the other form i get little to work with and can't
programmatically address controls on the hidden/minimized form. How can i
do that?
TIA
Harry