N
neouia777
Hi i have listbox in form i like make the listbox.text = the first
item. pls help me
item. pls help me
Hi i have listbox in form i like make the listbox.text = the first
item. pls help me
Linq Adams via AccessMonster.com said:YourListBox.SetFocus
YourListBox.ListIndex = 0
Linq Adams via AccessMonster.com said:Actually, it does work for Multi-select Extended, not for Simple, but
you're
right about setting focus. But after doing so, you can then set focus
elsewhere and the selection remains.