Naive ComboBox Question 
Author Message
 Naive ComboBox Question

Hi All,

I am wondering if there is an event of the ComboBox control that is
triggered when the text value of the combobox changes.  I know that this is
common in Access, and there must be some way to do it in VB, but I can't for
the life of me figure it out!

TIA

Regards
Dave C



Tue, 22 Apr 2003 03:00:00 GMT  
 Naive ComboBox Question
Hi David,

VB ComboBox may be a combo or a drop-down list
In both case, when you select one item, the Click event is fired
In the Combo style, when you make modification on the text, event Change is
raised.
Hope it would help.

Bye

Quote:

>Hi All,

>I am wondering if there is an event of the ComboBox control that is
>triggered when the text value of the combobox changes.  I know that this is
>common in Access, and there must be some way to do it in VB, but I can't
for
>the life of me figure it out!

>TIA

>Regards
>Dave C



Tue, 22 Apr 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. FindFirst, FindNext, Seek - naive(?) question

2. naive question re decompile

3. a naive question

4. a naive question on clipboard

5. Naive questions with creating a com+ component?

6. Naive question from an outdated Techy - GDI heap status in VB6

7. OK, it's naive, but Macro Substitution in VB

8. EZ Question: ComboBox Index Questions

9. ComboBox Question

10. New to Word references: Newbie question on copying paragraphs in table to combobox

11. Drop-Down List (ComboBox) and Text Box questions

12. ComboBox Question

 

 
Powered by phpBB® Forum Software