How do I change the event for the combobox in VS.NET 2005? If I double-click on the combobox using the IDE, it automatically goes to the 'SelectedIndexChanged' event in the code.
*** I just manually added the code into the form, but I know there's a way to change (and list) the events for each component. Anyone know how?
in the IDE - where the properties are (name, size, backcolor, etc) at the top of that page you should see a lightning bolt. If you click that you can see a list of all the events available. double click on the space next to the event you want and it will be created.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.