End Google Ads 201810 - BS.net 01 --> 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?