Minimized Form = What Event ?

  • Thread starter Thread starter A_PK
  • Start date Start date
A

A_PK

When I want to make any change when the form is closed, I put my code under
the "Closing" Event...

but when it come to Minimize Form, is it the same ?

I want to set a var = 0 when the X button is clicked.
How could I trigger that event ?
 
under Closing Event of LockScreen Form

I code....

e.Cancer = True
messagebox.show("test")

when I click X button, the LockScreen Form just closed.........
I though when I click the X button, the LockScreen Form should remain there,
and pop up a message box with "test"

so i suspect when I minized the form, the Closing event was not
triggered....

pls advise me..thank you very much
 
Hi Sergey Bogdanov...

Could you kindly email the zip file to me...i have problem access ur site...

my email is (e-mail address removed)

thank you very much
 

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