onClick_Listbox ?
- Posted by Robert Pilkington <pilking at BELLATLANTIC.NET> Dec 17, 1999
- 515 views
I need to have a listbox in Win32Lib. When I click on one of the items, I need it to trigger an event. Using onClick[thelistbox] = routine_id("thisroutine")doesn't seem to call thisroutine when I click on an item, so I was wondering how could I do it?