Instead of form_activate()

  • Thread starter Thread starter Adam Honek
  • Start date Start date
A

Adam Honek

In VB6 and earlier we had a form_activate() event whereby it always fired
every
time the form gained was focussed.

In VB.net I don't see it and we have a _activate() event.

What event would I use for the background form to refresh once the
foreground
form has been closed?

_Enter

_Shown

???

TU,
Adam
 
Adam Honek said:
In VB6 and earlier we had a form_activate() event whereby it always fired
every
time the form gained was focussed.

In VB.net I don't see it and we have a _activate() event.

Handle the form's 'Activated' event instead.
 

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