steved
Regular
I've just come to the realization that I've been hand-coding all my event handlers in C#. I went to try adding an event handler in the VB style of clickin the dropdown combo box above the code window and to my surprise all that was available to me was [ProjectName].[FormName]. Whups!
Any idea how I can find a GUI interface for adding event handlers? I realize this is a really ridiculous question, but until I realized that I was coding them by hand, I never really thought about it. I'd almost rather use a GUI tool as to avoid mucking around in the Windows Form Designer code.
(Edit: I know this must be possible, since double-clicking a control in the designer window automatically creates an event handler for that controls default event - like Button_Click() for a command button.)
Thanks!
.steve
Any idea how I can find a GUI interface for adding event handlers? I realize this is a really ridiculous question, but until I realized that I was coding them by hand, I never really thought about it. I'd almost rather use a GUI tool as to avoid mucking around in the Windows Form Designer code.
(Edit: I know this must be possible, since double-clicking a control in the designer window automatically creates an event handler for that controls default event - like Button_Click() for a command button.)
Thanks!
.steve