Hi,
I have a MDI app with a child form that has tab pages. In the main (first)
tab page, there is a panel, on this panel, there are a few text boxes and
one readonly combobox. The controls on this form are bound to a datatable
in a dataset. When this form loads initially, the main (first) tab is shown
and the readonly combobox's text is selected. It shouldn't be, and I can't
figure out how to deselect it. If I click the the second tab page and then
come back to the main (first) tab page, the combobox's text is no longer
selected.
Any idea how to prevent this or wprk around it?
Thanks,
Josh