Form.Close vs Dispose
C#
1
Posts
1
Posters
0
Views
1
Watching
-
All these days, I was under the assumption that calling the
Close
method on a modal form results in an immediate call to theDispose
method on the form. The MSDN[^] documentation also says it does (except for some special conditions, which I've ruled out). It also seemed to work when I first tried it, but now, it refuses to call Dispose until the parent form itself is shutdown. Is this normal behavior? Any idea why it worked once but refuses to work now? Regards Senthil _____________________________ My Blog | My Articles | WinMacro