|
-
Mar 27th, 2008, 05:04 PM
#1
Thread Starter
Banned
help img browser
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>
-
Mar 27th, 2008, 05:29 PM
#2
Re: help img browser
Are you already able to get the full URL to the image file?
You can use the URLDownloadToFile() API function:
http://www.vbforums.com/search.php?searchid=1673152
(If link doesn't work, then do a search for "URLDownloadToFile").
-
Mar 28th, 2008, 10:51 AM
#3
Thread Starter
Banned
Re: help img browser
vBulletin Message
Sorry - no matches. Please try some different terms.
ur link wasnt workin
-
Mar 28th, 2008, 08:45 PM
#4
Re: help img browser
 Originally Posted by DigiRev
(If link doesn't work, then do a search for "URLDownloadToFile").
___________
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|