Is there a way to store/retrieve variables, strings, etc off the internet? (on a website, http, ftp, WHATEVER)
just is there anyway through vb to store and retreive things off the internet thats all
later,
Iceman
Printable View
Is there a way to store/retrieve variables, strings, etc off the internet? (on a website, http, ftp, WHATEVER)
just is there anyway through vb to store and retreive things off the internet thats all
later,
Iceman
use an inet control to download the site, then parse it and save it using "open for as " etc :)
good luck
So you're suggesting that I have the program download an ini file(or similar) off the internet, read it(and or change it), then send it back?
and if its not too much to ask could you give a code example(or reference)
and last, How would/could you create some kind of internet chat interface?
later,
Iceman
[email protected]