Results 1 to 2 of 2

Thread: Update checking...

  1. #1

    Thread Starter
    Hyperactive Member zer0_flaw's Avatar
    Join Date
    Apr 2001
    Posts
    448

    Exclamation Update checking...

    Alright, this is a hard one but here's what I need: I have a program, when it loads I need it to check the web to see if a file is there. Let's call the file's URL: "http://www.xyz.com/file.zip" If the file is there then I need it to let me know it's there with the following code

    msgbox("update is available")

    if it's not there then I need it to just go on loading the program. What code, api functions, and/or components do I need to add to my program? All help is thanked in advance. Later,

    -zer0 flaw

  2. #2
    Junior Member
    Join Date
    Mar 2001
    Posts
    18

    This should help.

    I used the Microsoft Inet control.. You can prob do it with some api calls to lighten the memory load also.
    Attached Files Attached Files

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