|
-
Feb 19th, 2007, 02:28 PM
#1
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:
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
-
Feb 20th, 2007, 02:39 AM
#2
Thread Starter
New Member
Re: InternetOpen Please Help!
 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:
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|