Results 1 to 4 of 4

Thread: help img browser

  1. #1

    Thread Starter
    Banned
    Join Date
    Mar 2008
    Posts
    24

    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>

  2. #2
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    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").

  3. #3

    Thread Starter
    Banned
    Join Date
    Mar 2008
    Posts
    24

    Re: help img browser

    vBulletin Message
    Sorry - no matches. Please try some different terms.
    ur link wasnt workin

  4. #4
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: help img browser

    Quote 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
  •  



Click Here to Expand Forum to Full Width