Different Events

  • Thread starter Thread starter Miro
  • Start date Start date
M

Miro

One question as answered, - again thank you iwdu15.

I am still trying to find my way around vb.net properly...

Here is the question.

Lets say i add a textbox on a vb form.

If i double click on the textbox - i can write code for the "on change"
command.

How do I see / access the code that I can write ( but have not written yet )
for other events such as
"on right click" or "on something else" - where can i access those / or
where can i see a list of them.
( almost as if im looking for an "events" in the property of the text
box". )

When viewing code - the "on change" will show up in the top right drop down
box - but non of the other events show.

Similar to a "lost focus / on focus " and other events. Where do you access
all those for an object.

I hope i am explaining this right.

Thank you

Miro
 
On the vb code window (Form1.vb for example), on the top left you have the
class name where you would select the name of the control, on the right you
have the events (click, gotfocus, etc)
 
Thank you Jason,

I now have found it.
I dont know why i didnt see that before. I could have sworn that I tried
it.

Sorry iwdu15 - I didnt understand your answer properly.

Now i can start banging my head against vb.

Thank you for all your help everyone.


-Im sure there will be more questions... but ill hit them as they come.

Miro
 

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