Click here to Skip to main content
15,907,281 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I would like to use the 'SelectionChangeCommitted' used for the normal comboBox controls, in the toolstripComboBox.
Do anybody knos how to do it ?

Thanks
Posted

Hi generalcosta,

I don't understand what is your problem with the selected change.
In the control events you will find the event handler SelectedIndexChanged where you can access easily the same as any other control.

I hope this helps you,
:)
 
Share this answer
 
Comments
generalcosta 16-Apr-11 10:06am    
Thanks but it is not there for the toostripcomboBox control .... or I´m missing something ..
Michael Waguih 16-Apr-11 10:09am    
This event exists for the ToolStripComboBox control,
Check you are selecting the right control first.
generalcosta 16-Apr-11 10:08am    
the event is the SelectionChangeCommitted not the one we wrote
Michael Waguih 16-Apr-11 10:11am    
What do you want to do exactly please ?
generalcosta 16-Apr-11 10:15am    
I want to be notified everytime the users change the text region;but if I use the event SelectedIndexChanged it will fired if the text change by the program... thanks
I gess this link[^] can help you.

Good luck,
:)
 
Share this answer
 
Comments
generalcosta 16-Apr-11 10:39am    
thsnks
rajiswathi 24-Feb-12 6:44am    
can anybody tell
selection change committed combobox in php

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900