D
Dirk Meusel
I use several Comboboxes on my Windows Forms that are programmed with
VB.NET and VS 2002. For reasons of convenience, the Comboboxes are
filled by databinding them to a dataset. Everything works fine, except
that all Comboboxes are by default marked (or better: the text shown
is selected). Only after clicking once into each Combobox, they appear
in the usual way unselected or unmarked. Its kind of nothing much
important, but when i open a winform with 10 Comboboxes in it, it
looks quite confusing to all of them marked.
So, how can I get the Comboboxes appearing unmarked after they are
bound to a dataset???
I already tried Refreshing the form after databinding as well as
setting the focus to each of the Comboboxes. Neither of these worked.
Any suggestions???
Thanks all!
Dirk Meusel
VB.NET and VS 2002. For reasons of convenience, the Comboboxes are
filled by databinding them to a dataset. Everything works fine, except
that all Comboboxes are by default marked (or better: the text shown
is selected). Only after clicking once into each Combobox, they appear
in the usual way unselected or unmarked. Its kind of nothing much
important, but when i open a winform with 10 Comboboxes in it, it
looks quite confusing to all of them marked.
So, how can I get the Comboboxes appearing unmarked after they are
bound to a dataset???
I already tried Refreshing the form after databinding as well as
setting the focus to each of the Comboboxes. Neither of these worked.
Any suggestions???
Thanks all!
Dirk Meusel