Results 1 to 8 of 8

Thread: URL Automated Short Program

Hybrid View

  1. #1
    Frenzied Member the182guy's Avatar
    Join Date
    Nov 2005
    Location
    Cheshire, UK
    Posts
    1,473

    Re: URL Automated Short Program

    do you mean you have a URL list that needs to be automatically updated in the program. Well you can have the url list saved ina textfile on a web site somewhere, then you can make the program download the URL list to use

    to make it open a URL in the textbox use

    VB Code:
    1. Shell "explorer " & Text1.Text
    Chris

  2. #2

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    5

    Re: URL Automated Short Program

    No, it doesn't need to be updated just put in the program. Like I need the program to have to or to have it uploaded from a text document. Then have the program select the URL one by one when the user selects Next and then have that URL sent to the browser when the user selects Go.

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