hey i hope u guys help... i saw here good tut.
im try to makein img get and save it as img in webbrowser
Private Sub Command1_Click()
WebBrowser1.Navigate ("http://brightdays.files.wordpress.com/2007/08/owen-wilson-16.jpg")
End Sub
see here code
how can i make like its dont show in webbrowser its jpg pic show in a frame...
and how can i save it as img
if someone know help
thanks here i code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY><IMG src="angel_png_archivos/angel.png" width="96" height="96"></BODY></HTML>
here html code
Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY><IMG src="angel_png_archivos/angel.png" width="96" height="96"></BODY></HTML>
