O.P. VB 6 to VB.Net 2005 Express Beta
I have recently downloade Micrsoft Visual Basic.NET 2005 Express Edition Beta from MSDN, as i want to try and learn VB.net. I transfered a VB 6 program to VB.Net 2005. This program used the MSINET.ocx to connect to the internet and transfer files. However in Visual Basic.NET 2005 there is an error in the following line of code:
Inet1.Execute(UpdateURL, "GET")
The error it gives be is
Overload resolution failed because no accessible 'Execute' accepts this
number of arguments
How can i fix this so it will work?
Any help appreciated
Was i Helpful?[/url]
|