Quote:
>> I believe your best bet is to download the file so it exists locally on
>> the user's computer. If you need to know how to do that,
>> googling will surely find many posts on this.
>> --
>> Mike
>> Microsoft Visual Basic MVP
> I can do that but i want the file to be able to be opened by several
> computers as it will hold usernames, passwords etc. also that webpage
> grab doesnt work there is no function called InternetOpen, it is
> possible that it is 4 vb.net
No, InternetOpen() is a Windows API function and must be declared. It is not
automatically available to your VB program. Follow the first link in
mayayana's reply to the thread I pointed you to.