I am doing my first steps programming a little toolbox in C#.
I want to choose the program to run via a menustrip. How can I switch all visible textboxes, buttons etc. on the same form? I don't want to open a new form. Do I have to show/hide every element "by hand" or is there a better solution?
I hope you get my problem. Thanks in advance.