T
Thiago Macedo
Hello everybody. I'm experiencing an strange problem with WinForms
which someone, if possible, could help me to deal with.
We have a windows application which serves as a menu, calling other
forms in different class library, all called as Modal Dialog.
In one of this forms, I have another call to a Modal. When this second
modal is closed, automatically is closed the form who called it.
I can't understand how this is happening. After the end of the sub
which calls the second modal the program goes to closing event.
I'm closing the second modal explicity (me.close) and showing it with
a instance.show().
could some help me?
(sorry for the bad english)
[]'s
which someone, if possible, could help me to deal with.
We have a windows application which serves as a menu, calling other
forms in different class library, all called as Modal Dialog.
In one of this forms, I have another call to a Modal. When this second
modal is closed, automatically is closed the form who called it.
I can't understand how this is happening. After the end of the sub
which calls the second modal the program goes to closing event.
I'm closing the second modal explicity (me.close) and showing it with
a instance.show().
could some help me?
(sorry for the bad english)
[]'s