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

Simple Question on V studio

Status
Not open for further replies.

vbajock

Programmer
Joined
Jun 8, 2001
Messages
1,921
Location
US
Making the move from VB 6 to VB.NET. My VS.NET tutorial is not matching what I am seeing - how do I get a list of events for a given object, that I can click on to create the code frag for that event in the code-behind? The tutorial says it is on the Properties page, and I can't see anything that is tagged "Events" for my simple command button. Do I have to type them in from scratch? HELP!

Thanks
Kirk
 
Exactly how you could do it in VB6. Go into the Code Behind and just under the menu bars there will be two drop down lists. The one on the left is the Class Name where you can select your objects (for example a Textbox) and on the right is the Method Name. This will automatically change when you select a class to show you all available methods.

----------------------------------------------------------------------

Need help finding an answer?

Try the search facilty ( or read FAQ222-2244 on how to get better results.
 
Ok, thanks. The stupid WROX book I have says to "look for the lighting bolt on the properties page". There is no "lighting bolt". Thanks again!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top