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:
Shell "explorer " & Text1.Text




Reply With Quote