StormX02
12-10-2002, 08:06 PM
Hi,
How do i make it so that if i click an item within a listbox, it'll do something?
Private Sub LISTBOX_GotFocus()
such and such
End Sub
does not work the way i want it to. can anyone suggest how i might limit the "got focus" condition thingy to one item in the listbox at a time?
thx,
StormX02
How do i make it so that if i click an item within a listbox, it'll do something?
Private Sub LISTBOX_GotFocus()
such and such
End Sub
does not work the way i want it to. can anyone suggest how i might limit the "got focus" condition thingy to one item in the listbox at a time?
thx,
StormX02