Hello,
Im building a game with vb .net
I designed the core of the game in form1 window
But now I need menus. How can I implement this without having 5 or so windows that I show() and hide() ? Doing that slows it down a lot and uses lots of memory. I tried tabs, but I dont want the tabs to appear, just switch. Whats the best way to implement multiple interfaces?
Thanks