You are viewing our Forum Archives. To view or take place in current topics click here.
[C#] Need help with a drop down menu.
Posted:

[C#] Need help with a drop down menu.Posted:

DSRM8
  • New Member
Status: Offline
Joined: Oct 20, 20149Year Member
Posts: 4
Reputation Power: 0
Status: Offline
Joined: Oct 20, 20149Year Member
Posts: 4
Reputation Power: 0
Hey Guys,

Basically I am trying to make a program where I need to add a drop box and click on the thing I need to find like " Font Size " then when I click it I need it to select it and then bring another box up which allows me to copy and paste from...

Much help would be appreciated!
#2. Posted:
vSmithy
  • TTG Natural
Status: Offline
Joined: Jan 30, 201014Year Member
Posts: 935
Reputation Power: 45
Status: Offline
Joined: Jan 30, 201014Year Member
Posts: 935
Reputation Power: 45
I don't really get what you're asking, but the control you're looking for is a combobox. Use the SelectedIndexChanged event handler to do whatever you want when you choose a different value.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.