Hi there,
i am a newbie in VB.NET and now I wanted to create something like a paint application. I have already made a Form containing a MdiContainer. I am able to open multiple new forms in this Container, but I'm unable to close them.
I've used the following code in the Close_Click Event:
Environment.Exit(0)
and
Close()
but neither of them worked.
Could you please help me out?
Thanks
