N
Newton Godoy
Hi all,
I'm having some dificulties in using the webbrowser control to save an image
file which is displayed in the control. If someone could tell me what I'm
doing wrong it would be great.
I have the webbrowser wb2 in a form and using the navigate2 method I have
loaded a jpg image file. It works fine.
Now I am trying to save this image by executing:
Dim param() As Object = {"E:\VBDemos\Internet", "Test.jpg"}
wb2.ExecWB(SHDocVw.OLECMDID.OLECMDID_SAVEAS,
SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_DONTPROMPTUSER, param)
But there is no way to not prompt the user !
Maybe I am passing the param array in a wrong way. I really can't see what
can be wrong.
Any ideas ????
Thanks.
I'm having some dificulties in using the webbrowser control to save an image
file which is displayed in the control. If someone could tell me what I'm
doing wrong it would be great.
I have the webbrowser wb2 in a form and using the navigate2 method I have
loaded a jpg image file. It works fine.
Now I am trying to save this image by executing:
Dim param() As Object = {"E:\VBDemos\Internet", "Test.jpg"}
wb2.ExecWB(SHDocVw.OLECMDID.OLECMDID_SAVEAS,
SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_DONTPROMPTUSER, param)
But there is no way to not prompt the user !
Maybe I am passing the param array in a wrong way. I really can't see what
can be wrong.
Any ideas ????
Thanks.