This thread is for discussions of Combo Box.
Want to boost your .NET application performance?
Some developers always seem to write efficient and lightening-fast code. What is their secret? It’s ANTS Profiler. “We improved the performance of the application up to 10 times” Dan Ports, Intrigma.
Try it for yourself now.
Try this:
ComboBox1.Items.Add("Text")
It's pretty flexible, you can put just about anything in there:
ComboBox1.Items.Add("Text" & RichTextBox1.Text & someVariable & etc.)
- Vincent