Sami Khan
September 11th, 2002, 05:28 PM
The example given on this msdn site to modify an ATL DHTML control is not working
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/vcconModifyingDHTMLControl.asp
The documentation says
"You can use the IWebBrowser2 methods because ATL provides a pointer to that interface for you in your .h file. "
However when I build the control with exactly the same steps shown I get this error
"m_spBrowser : Undeclared identifier "
does anyone have a soln to this problem? any help would be highly appreciated
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/vcconModifyingDHTMLControl.asp
The documentation says
"You can use the IWebBrowser2 methods because ATL provides a pointer to that interface for you in your .h file. "
However when I build the control with exactly the same steps shown I get this error
"m_spBrowser : Undeclared identifier "
does anyone have a soln to this problem? any help would be highly appreciated