Spiel79 Posted March 23, 2004 Posted March 23, 2004 Hello all. I have a timer in a form. I want this timer to check at the given interval, to see if the form has been minimised and if so, to restore it. Can someone please let me know what the code should be to achieve this? Thanks. Quote
Spiro Posted March 23, 2004 Posted March 23, 2004 If Me.WindowState = FormWindowState.Minimized Then Me.WindowState = FormWindowState.Normal End If Quote
Spiel79 Posted March 24, 2004 Author Posted March 24, 2004 Thanks for that Spiro. Works now. :D Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.