event handler with VC++ NET

S

steph

In VC++ . NET designer, if I double click on a button on
my form , the IDE generates an event handler for Click
event.
Is there a way to generate event handler for other events
like MouseOver, LostFocus, ...
In VB6 there are 2 dropdown lists : one to choose an
object and the other to choose the event to manage.
Is there something like this in .NET ?
Thanks
 
J

Jon

In design view, in the property windows for the control, select the events tab. Double click away.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top