Want to add a tab/new page when clicked. (comboBox1.SelectedItem == "Greetings")             { comboBox2.Items.Add("Hello"); } | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

16th Mar 2017, 11:11 PM
DoubleVermine
DoubleVermine - avatar
6 Answers
+ 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
19th Mar 2017, 6:08 AM
Eldar Bakerman
+ 1
what do you mean add a new page?
19th Mar 2017, 5:59 AM
Eldar Bakerman
+ 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.
19th Mar 2017, 6:03 AM
DoubleVermine
DoubleVermine - avatar
+ 1
On C# program? or on his browser?
19th Mar 2017, 6:04 AM
Eldar Bakerman
+ 1
On c# program. Please.
19th Mar 2017, 6:05 AM
DoubleVermine
DoubleVermine - avatar
+ 1
Thank you very much. It worked!
19th Mar 2017, 6:16 AM
DoubleVermine
DoubleVermine - avatar