I have problem with a MultiThreaded program
I have created simple Dialog based Win32 app.
It does connect to an an URL using WinInet APIs.
And extracts the web page and pass the extracted raw content to
MSHTML (IE’s HTML parser) for obtaining specific content using IMarkUpServices...
I am using IE MSHTML component to parse HTML of any page and basically trying to reach particular Node in the HTML tags. It s working fine in a console application But the smae code if I put it in MFC based dialog app its behaving strangely.
Its failing at QueryInteface for IHTMLImage interface...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.