|
-
Aug 16th, 2000, 07:01 AM
#1
Thread Starter
Member
-
Aug 16th, 2000, 07:08 AM
#2
Lively Member
It does work, but is used differently with the different "Style"s of a combobox. Try changing the style to "1 - SimpleCombo" and using the change event.
Toot
Some cause happiness wherever they go; others, whenever they go.
-
Aug 16th, 2000, 07:12 AM
#3
Fanatic Member
The change event is for use when your combo box is in the style 0 or 1.
The event then works like a textboxes change event.
Iain, thats with an i by the way!
-
Aug 16th, 2000, 07:38 AM
#4
Yes. The Change event is not fired when you click on an item in the list but only when the user types in a value.
-
Aug 16th, 2000, 09:08 AM
#5
If you want an event to fire when you move your mouse over the items, you would have to SubClass the ComboLBox.
-
Aug 16th, 2000, 11:21 AM
#6
Lively Member
If you want code to run when a user selects an item from the list use the combobox click event.
-
Aug 17th, 2000, 02:28 AM
#7
Thread Starter
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
|