R ReidarT Jun 7, 2005 #1 In Access I use me.combobox.dropdown when the combobox get focus. How do I do it in vb.net? regards reidarT
In Access I use me.combobox.dropdown when the combobox get focus. How do I do it in vb.net? regards reidarT
A Armin Zingler Jun 7, 2005 #2 ReidarT said: In Access I use me.combobox.dropdown when the combobox get focus. How do I do it in vb.net? regards reidarT Click to expand... Set the Combobox' DroppedDown property. Armin
ReidarT said: In Access I use me.combobox.dropdown when the combobox get focus. How do I do it in vb.net? regards reidarT Click to expand... Set the Combobox' DroppedDown property. Armin
H Herfried K. Wagner [MVP] Jun 7, 2005 #3 ReidarT said: In Access I use me.combobox.dropdown when the combobox get focus. How do I do it in vb.net? Click to expand... Set the combobox' 'DroppedDown' property to 'True'.
ReidarT said: In Access I use me.combobox.dropdown when the combobox get focus. How do I do it in vb.net? Click to expand... Set the combobox' 'DroppedDown' property to 'True'.