event procedure not working

  • Thread starter Thread starter Miskacee
  • Start date Start date
M

Miskacee

I am trying to create code behind an event procedure. For example, on a
button, on click, I want to create an event procedure. Whenver I click on
the .... to open up the form, it does nothing.

Any suggestions?
 
Open the for in design view

Select the button - right click

Open the properties box

Seect the event column

Select OnClick

Select build (...)

Add the code
 
i know how to do that. I am trying to tell you whenever I click to begin
writing code, it doesn't take me to the code prior to hitting event
procedure. It just acts like that is nothing behind the .....
 

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

Back
Top