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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual Studio Question

Status
Not open for further replies.

RoguePoet01

Programmer
Oct 1, 2003
302
US
Hi,

I'm working with VS.net Pro, and I'm starting to work with forms.

I'm coming from VB6 Pro, which used to have these drop-down boxes in the "view code" environment that let people choose from, for instance, form_load, form_unload, form_resize.

This was very handy because when you picked a method from the list, it was automatically formated with the variables associated with that method.

I'm really ticked that I can't find anything like it in VS.net.

Is it still there? Did they just move it?

Thanks.
 
In .NET you have all that and more.
Just try to create a form and put some controls there and you will see the feature about you are asking.

-obislavu-
 
One slight difference is that you can't see right away ALL the events of ANY particular control in CODE view until you implement an event handler. However, you will find all the events of any control on the properties window. Double click one and the designer will insert the event handler code for you.

[peace]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top