0
I’m a beginner in C#. I’m developing a simple application, which has several windows. Depending on what you need to do in the program, the user needs to open multiple windows to get to the required page. I would like to make it lighter and more usual. I saw that one of the ways that could do this is by using several panels and side or top buttons (more or less how Ccleanner works). Or create child forms (MDI).
I would like to know whether one of the two options can make the programme too cumbersome, whether one of them is more effective than the other, or whether the result on the programme’s performance will be the same for both.
I also saw that it is possible to use Tabcontrol. But it is not possible to customize the colors of its frame. This proceeds?
Thank you very much for the reply, user3111559! Abs
– Leandro