I am trying to use a c# program with SQL so that I can make a database user interface.
The problem is that I have one form with a lot of panels so the question is, how can I use forms and still have one single window instead of a lot of pop-ups or a lot of panels inside each other in my main window?
I want to find another structure or type that replaces the panel but it is autonomous and does not make so much window form gore.
I tried putting a lot of forms but that just makes a lot of pop-ups and I only want one window.