+ 1
Want to add a tab/new page when clicked. (comboBox1.SelectedItem == "Greetings") { comboBox2.Items.Add("Hello"); }
Please help me add a tab or a page so that when the item is selected it will help redirect someone to a tab or page.
6 Respuestas
+ 2
then just use object.visible = false; to hide objects so it'll look like a new page, or search for how to open another program by C# so the code in that app would be the new page
+ 1
what do you mean add a new page?
+ 1
Whenever i click the item(being "Hello) that was added on the combo box, I want it to send the user to a new directory like a tab or new page of some sort.
+ 1
On C# program? or on his browser?
+ 1
On c# program. Please.
+ 1
Thank you very much. It worked!