This is an MDI application!
For this question, I think the problem is that after closing the form it is garbage collected, so I have to create a new instance, but creating a new instance might not be necessary?
Since I'm working on a tool form, it should be opened and hidden. How do I do this?
For this question, I think the problem is that after closing the form it is garbage collected, so I have to create a new instance, but creating a new instance might not be necessary?
Since I'm working on a tool form, it should be opened and hidden. How do I do this?