hi people,
my knowledge of vb is quite basic, so i'd like to ask u for help creating a small application which will connect to the website, download some text and create an output as .txt or excel file.
thanks
Printable View
hi people,
my knowledge of vb is quite basic, so i'd like to ask u for help creating a small application which will connect to the website, download some text and create an output as .txt or excel file.
thanks
Hi if you look at my currency converter in the codebank http://www.vbforums.com/showthread.p...ency+converter,
this downloads the html source from the website and puts it in a text box ( this is small in the corner). Hope this is what you are looking for.
You could then use Stream Writer to write to a .txt file.
Sam