Home All Groups Group Topic Archive Search About

VB.NET Help - Replacement For Inet control

Author
15 Jan 2007 11:49 PM
Rob
Hi, My name is Rob

I have been trying to use the System.Net.Webclient function without
success. In VB6 to get the latest version I simple did this:

if Inet.OpenUrl("http://somesite.com/update.php") => (My Application
Version) then
    Main.show
else
'Out of date
end if

But now I cant do this. If you get my jist then im trying to say I cant
get data straight from a webpage to values. I do not want to download a
text file or anything else.

Thanks I would apreciate it so much if someone helped me, Rob

Author
16 Jan 2007 12:42 AM
Herfried K. Wagner [MVP]
"Rob" <littlemen***@gmail.com> schrieb:
> I have been trying to use the System.Net.Webclient function without
> success.

<URL:http://dotnet.mvps.org/dotnet/code/net/#InternetLoadFile>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>