|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Auto/Live Update Source Code
ok i've been looking for a Auto/Live Update program source code for what im making. i've found many but they didn't work. if you have one you'd like to share or know of where to find some, besides planet-source-code.com and vbcode.com. i would appreciate it.
|
|
#2
|
||||
|
||||
|
how are you wanting to get the newer files? Are you wanting to download them across a LAN/WAN/Internet? If so, are you going to have a static IP from which the download will always come?
__________________
Fisherman "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." - A.Einstein |
|
#3
|
|||
|
|||
|
U can try upgrade component to realize it!If u will make it by youself,u can try to do it:
1.Define a upgrade profile which detail some information about the upgrade file and version; 2.If put the new version file(upgrade file) in the web server or ftp server,config the Define upgrade profile; 3.Write code to read the upgrade profile on the web or ftp server,and accord this profile to compare if local file is the new version.If it's not,u will download the file from the web or ftp server,and replace the local file.. |
|
#4
|
|||
|
|||
|
i want it to download off the internet.
and yes its a static IP |
|
#5
|
||||
|
||||
|
well, you could build and FTP session in VB, connect to your server, check the last modified date and file size, compare it to the local copy, and if the date is greater on the local box then use the FTP session to download the new file. Put it in your directory, name it appropriately, and restart the application.
Here's a link for VB FTP Click Here Last edited by Fisherman : November 13th, 2003 at 12:22 PM. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Auto/Live Update Source Code |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|