Hi, i want to click a button and it will select the number 2 item in a listbox ?
I have this but it does not work :/
ThanksCode:ListBox2.SelectedItem = 2
EDIT: nvm, i found itI tryed google the first time but used the wrong search method lol, finially found it thoCode:ListBox2.SetSelected(2, True)
Thanks


Reply With Quote
