Window ID

Add-in Express™ Support Service
That's what is more important than anything else

Window ID
How can i get the Window ID 
Irfan Ikram




Posts: 2
Joined: 2006-06-01
Hi there i am opening multiple outlook windows in my program but what i need to find out is how to get the window ID for any one of the multiple windows. Is there some sort of property for the inspector that can give me the window ID.

Thanks
Posted 08 Jun, 2006 10:47:18 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Irfan.

Unfortunately the Outlook Object Model doesn't contain such property.
But you can use the GetActiveWindow and GetForgroundWindow functions of WinAPI to obtain the handle of the active inspector window.
Posted 08 Jun, 2006 12:04:51 Top