Link to home
Start Free TrialLog in
Avatar of JesuSingarayar
JesuSingarayar

asked on

How to use combobox in C#

Hi experts,
I am beginner, i want to use combobox in C# application.I just want to choose a single item from a combobox list and assign it to a variable X...

Say for example
If(item in the list is IPADD)
X = IPADD;


How do i do that?
Thanks for your help.
Tony

ASKER CERTIFIED SOLUTION
Avatar of rendaduiyan
rendaduiyan
Flag of China image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial