Problem with ATL IE plugin programming
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
I'm coding an ATL IE plugin as the article from msdn(below is the link) http://msdn.microsoft.com/en-us/library/bb735853(VS.85).aspx I did step by step as it describes in the dll part, but there is no responding of the Exec method which should run when I click my tool menu 'Image Download'. I can debug into the STDMETHODIMP CImageFetcher::SetSite(IUnknown* pUnkSite) method. I have no idea where I made a mistake, any one can help? Thanks previously!