Defaul Event VB.NET

V

Vinicius Gonzaga

Hi,
I have a usercontrol with a Button. When I Click in Button, the default
event is the "Load". I'd Like to change this default event to "Click".

Thanks...


Vinicius
 
A

Anthony

Vinicius Gonzaga said:
Hi,
I have a usercontrol with a Button. When I Click in Button, the default
event is the "Load". I'd Like to change this default event to "Click".

Thanks...


Vinicius


Vinicius:

The default event for a button click IS click. Load is for your form.

Anthony
 

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