How to get HWND through automation?

M

msbox

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top