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
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