A
anon
I want to do some code once a form has been loaded and displayed, every
time when the form is displayed, not just the first time. How can I do
this?
inside the OnActivated method, but it just continually pops up a new
box as soon as I close the MsgBox.
time when the form is displayed, not just the first time. How can I do
this?
the form has been created. I've tried putting a MessageBox.Show()From what I've read, the Form_Load method is only executed once, after
inside the OnActivated method, but it just continually pops up a new
box as soon as I close the MsgBox.