I need some help when it comes to adding functions in C#...
In VB.net you can simply add a new function that deals with a specific action of a form object by clicking on the following drop down menu...
http://img151.imageshack.us/img151/492/vbtq8.png
When I go to the menu in C# all i get is this
http://img151.imageshack.us/img151/7426/21539113be5.png
So lets say I wanted to add a function for when the text box in C# is clicked, how would I go about doing this, do I need to edit the form designer code?
Sorry in advanced for small pictures but I think I get the idea across
Thanks