How to get a pointer to a control embedded in html page in C++
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am using Web Browser Control (IWebBrowser2) in C++ and renders a html page in it. In my html page I have a tree view control. I want a pointer to this tree view control (embedded in html page) in my C++ code. How would I get the pointer to this tree view control. Any help would be appreciated. Regards, Paresh.