Hello,
Can someone point me to the latest exdispid.h header This constant is not defined in the 2003 SP2 SDK headers. I'm looking ot trap this so I know when a tab in IE7 is shown or hidden.
Regards,
Jim
Hello,
Can someone point me to the latest exdispid.h header This constant is not defined in the 2003 SP2 SDK headers. I'm looking ot trap this so I know when a tab in IE7 is shown or hidden.
Regards,
Jim
DISPID_WINDOWSTATECHANGED?
esamsalah
If you'd rather just define it yourself, here it is:
#define DISPID_WINDOWSTATECHANGED 283 // The window's visibility or enabled state has changed
Kendal Walton
Hello Jim,
You can find this header in Windows SDK
http://www.microsoft.com/downloads/details.aspx FamilyID=117ecfd3-98ad-4d67-87d2-e95a8407fa86&DisplayLang=en
Best regards,
Valeri