hi! I'm messing with the new Visual Studio 2005, and I'm totally loving it, but there is something that is driving me nuts. In 2003, if I was working on a form, and double clicked a control it would create a handler and shoot me to the code view. I loved that, and obviously 2005 still does it.
However, in 2003 I could also select controls from the dropdown list on the left in the code view, then select the event from the drop down list on the right and VS would again create an event handler and all associations necessary. In other words I would point, click, and fill in the appropriate code.
But now, in 2005, I can only get this done by double clicking and getting the default handler (usually load or clicked), but if I want to code other handlers, I have to go into the other cs file and add a new handler manually. I'm certain there is an easy way to get the previous way of doing things, but I can't figure out how.
Do you know what I mean? what I'm looking for? If you do and you know how, please help me!
thank you! :)
-SelArom