I have an application that dynamically creates winforms.
|
I have used AddHandler to get Timer.Tick when the interval expires...after which I need to close the calling Form (the form on which the timer resides).
I have been able to access the Timer when it expires..however I need to get a Handle to the form which contains this Timer.
'Custom event
|
thanks.
Replies
Know the answer? Post it — somebody with the same question will find it here.