I've been trying to use
webBrowser->ExecWB(OLECMDID_SAVEAS, OLECMDEXECOPT_DONTPROMPTUSER, &variant,
NULL);
Nothing happens... but if I use OLECMDEXECOPT_DONTPROMPTUSER the dialog
appears but with no option to save the complete page (images included).
OLECMDF cmdf;
webBrowser->QueryStatusWB(OLECMDID_SAVEAS, &cmdf)
returns 3 (enabled and supported)
Suggestions would be appreciated.
Craig
Typo I guess. I've been trying OLECMDEXECOPT_PROMPTUSER with no success