Hi, I am trying to get the HWND property from the Application interface in C++ but i keep getting the error message "Member not found". I know this member exists since i can see it using OleView. Other members (like "Open" or "Visible" for instance) work without problem. i want to retrieve the HWND by using automation because i dont find FindWindow() very reliable, especially if you have another Powerpoint window already open. Thanx.