Hi All,
I am developing an application using vb.net 2002.
For example, I have a combo box, in there I have list of items. Let’s say:
One
Two
Three
Four
Five
And I have a label. In the label I’m setting the text to “Three.
When I click a button, I am setting the item index to label.text(“Three) in the combo box.
It works perfectly when I run the program by Compiler, but after I deployed and run, it doesn’t set the item index, but it goes to first item of the combo box.
Any idea??

Post the relevant section of code, that might provide a clue, plus any combo box properties you have changed from default.

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.