Results 1 to 21 of 21

Thread: InternetOpen Please Help!

Hybrid View

  1. #1
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: InternetOpen Please Help!

    Put a WebBrowser control on the form (you can make it very small or put it behind some other control so it won't show) and navigate it to the file
    VB Code:
    1. WebBrowser1.Navigate "http://www.mysite.com/file.exe"
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  2. #2

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    12

    Re: InternetOpen Please Help!

    Quote Originally Posted by Al42
    Put a WebBrowser control on the form (you can make it very small or put it behind some other control so it won't show) and navigate it to the file
    VB Code:
    1. WebBrowser1.Navigate "http://www.mysite.com/file.exe"



    Thanx for trying, but i need sample to download file from ftp, NOT web site.
    and i want what download will be automated and in the backgruond,with Your code sample will pop up windows asking "Open save chansel...."...

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