Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to edit event handler in VB

Status
Not open for further replies.

redss

Programmer
Joined
Oct 20, 2002
Messages
195
In VB.NET how do I choose which the event handler I want to edit? I.e. when I select a textbox I get taken to TextBox1_TextChanged but what about the other events?

(in VB6 all events were in the dropdown list, and C# has a lightning icon that brings up a list of all events)
 
If you select the object in the left combo box, you can see the events for it in the right combo box.
 
ok thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top