Hello,
I am developing an application that has a menubar. On selecting menu items, I got to open differnet windows (Forms).
This all makes the main program have nothing except the menubar. I want that on clicking any menu item, the respective form comes somewhere on the main window only. On close event of the new form, it gers closed - disappears. So, the new form is inside the main form only. New window is not opened. How do I acheive something like this. If I add a Container in the main window, can I add a form in it. Or Do I have to make the new form as a Panel and add it in some how. If it is a Panel,. then how do I add in the main form.
I don't know how do I acheive such a thing in VB.NET. I would appreciate, if anyone can help me out.