Page 1 of 1

Check if window is enabled

Posted: Fri Sep 17, 2010 10:53 am
by cocoking
Hi All, it's me again.

There is no Enabled property for Windows. How do I check if it is active?

TIA.

Re: Check if window is enabled

Posted: Fri Sep 17, 2010 1:18 pm
by l3whmg
Hi Cocoking,
there are some functions usefull: "IsWindowActive", "IsWindowDefined".
Any way, I think you can't disable or enable a form: you can show or hide ore release...

Best regards