|
-
Apr 30th, 2000, 09:48 PM
#1
Thread Starter
Lively Member
I've got a form with a listbox and a combobox. when the user clicks on an item in the list box, it updates the combo box with the possible choices for the item in the list box. it also shows the current setting as the default text. All this data is read from a file and stored in an array of a user defined type. When they select select a different setting, I have it change the selection in the array. I do this from the Combo_Click() event. The only problem is that a Combo_click() event is generated every time the list is filled. I know this is being nit-picky, but is there a better way to capture when a user changes this? the "Change" event doesn't work. I put in a hackish check to try to capture when the user changed the data because everytime the user selects a different item in the listbox, it would update the array with the current value that's already there and it was causing a visable effect in the combobox. Just tring to see if there's a better way..
Thanks..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|