I have two forms and I have linked it up so that when the second form is closed the first is closed too (using the FormClosing method).
The problem with this is that when I wish to hide the second form it automatically closes the first. Is there a way in which a form can be hidden without actually calling the FormClosing method?
The FormClosing method still seems to be called when "Visible = false" and "Hide()" are used.
Thanks.