pisceswzh
Well-known member
- Joined
- Mar 19, 2007
- Messages
- 96
- Programming Experience
- 1-3
Here is the simplified problem:
I have got a form, let's name it formMain, and there is a button on formMain, let's name this button btnMain. Now, I want to click btnMain and popup another form (the popup should be triggled by the command .Show, not .ShowDialog), let's name this form formSub and when the formSub is closed, how can formMain be notified and triggle a subroutine on the formMain?
Thanks!
I have got a form, let's name it formMain, and there is a button on formMain, let's name this button btnMain. Now, I want to click btnMain and popup another form (the popup should be triggled by the command .Show, not .ShowDialog), let's name this form formSub and when the formSub is closed, how can formMain be notified and triggle a subroutine on the formMain?
Thanks!