We are downloading web page linked Images, style sheet(.css) and javascript files using web browser control (IWebbrowser2 and IHTMLDocument interface) ATL win32 application.
We want to automate a web application which is developed开发者_JAVA技巧 in asp.net. For automating this site we are planning to use the MSHTML. But before finalizing MSHTML I would like to know if the
We need to save the complete web page including img, javascript, css and html using ATL webbrowser (IHTMLDocument) control,
I have a frustrating problem. Here\'s a simplified version of what I\'m doing: A UserControl in c# contains a toolbar and an embedded WebBrowser object. The toolbar contains an \"Edit\" button, which
I know this has been asked twice before but both had no proper replies and are dated so in case someone has found something in these days, I\'m asking again!.