how to save image from webBrowser Control
C / C++ / MFC
1
Posts
1
Posters
1
Views
1
Watching
-
Hi I'm trying to save image from webBrowser control after a open webpage. It is like right clicking on the picture and clicking at "Save Picture As..." Context menu, except I wanted to do it programmaticaly with out showing save dialog box. I tried this->webBrowser1->Document->execcommand("Save As", false, strFilePath); it does not work. Some one Knows better way?