We been asked to develop GUI for mobile pc 2003. Just interface, which is no problem. Part of my interface are some ComboBoxes. I found the way to add elements to them, but strangely I can't figure out how to force combo box to display selected element in the box. It is the same functionality like when you add combo box to html document and say that some element will be selected. I know how to do it in Java, but no clue about C#.
Is it possible to do it?
If so, where do I set it up?

Recommended Answers

All 2 Replies

You could just set the text property of the combobox to the item that you want.

or set the SelectedIndex property to the index of the item

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.