I know there is an event for when the size changes, but is there an event when I restore the window (click on the taskbar after it has been minimized). This is visual basic 2010. Im new to visual basic, though I do know C and java.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not persay you will need to generate something conditionally. Two things I can think of. The first is to handle the
Activatedevent for the Form and test if theWindowStateis Minimized if so then do what you want to. The other would be to override theOnLocationChangedMethod Checking forWindowStatealso.or