|
-
Feb 7th, 2000, 06:13 PM
#1
Thread Starter
Addicted Member
Hi
When ever I chnge the listIndex or text property of the combo box, the click event occures.
Is there any way to stop this from happening because I want the code in the click event to be executed only when the user click on an item in the combo.
-
Feb 7th, 2000, 06:24 PM
#2
Hyperactive Member
Sure you can, use a boolean which you set to true when you update the listindex in code, and set it back to false when you finished with that.
In the click event, check if the boolean is true, and if it is, exit sub.
-
Feb 7th, 2000, 07:27 PM
#3
Thread Starter
Addicted Member
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
|