How do I create dynamic panel to be shown and hide using difference choices in combo box in C#?
问题 I want to make a GUI which is dynamic, meaning that the GUI will change depending on the choice which user makes on the combo box. For example, if combo box consists of {English, Spanish, French}, the panel on the bottom of the combo box will change its description language depending on the choice. To do this, I believe I have to do something like clear panel then redraw panel, but I have no idea how. Can someone tell me how to make this happen in details on Visual Studio 2005 C#? Thank you