How to detect if a Window handle belongs to a VCL or not?

Posted by Edwin on Stack Overflow See other posts from Stack Overflow or by Edwin
Published on 2010-05-29T13:02:50Z Indexed on 2010/05/29 13:12 UTC
Read the original article Hit count: 118

Filed under:

Hi,

I'm writing a Office addin, and I need to reliably determine if win32 window handle is a handle of a VCL (a control or a form, whatsoever) of my Addin, or it's handle of any windows of Microsoft Office itself?

Thank you!

© Stack Overflow or respective owner

Related posts about delphi