Hey guys! I've been working on two projects, one needs to have multiple forms, but when I open one form, it needs to close the sender.
But, when I try it, the program exits! I don't want it, I just want to close the form, not the app.
I tried the 'Form1.Hide()' too, but it doesn't sound good to me. There is other approach?
Thanks!