Quantcast
Channel: Programming Video Tutorials
Viewing all articles
Browse latest Browse all 53

Get items from combo box in windows form, video tutorial part-5

$
0
0

Get items from combo box in windows form, video tutorial part-5
In this video tutorial we will learn how to get string type item, which is available in combo box. Basically we will retrieve selected item from it also access all items. First to add items in the combo box then find the index number that is equal to 0 or greater than to 0. Now, get the object type item like
Object b= Combobox1.selectedItem;
Now convert it into string type.



Viewing all articles
Browse latest Browse all 53

Trending Articles