Shoutbox

VB 6 to VB.Net 2005 Express Beta - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: VB 6 to VB.Net 2005 Express Beta (/showthread.php?tid=40926)

VB 6 to VB.Net 2005 Express Beta by Salem on 03-22-2005 at 08:20 PM

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


RE: VB 6 to VB.Net 2005 Express Beta by The_Thief on 03-22-2005 at 09:16 PM

Mabye you can get help from the microsoft website?


RE: VB 6 to VB.Net 2005 Express Beta by Stigmata on 03-22-2005 at 09:23 PM

remove the brackets and try :)


RE: VB 6 to VB.Net 2005 Express Beta by MC.POP on 03-22-2005 at 09:27 PM

i think u need an = in there


RE: VB 6 to VB.Net 2005 Express Beta by Stigmata on 03-22-2005 at 09:27 PM

quote:
Originally posted by MC.POP
i think u need an = in there


:S

he didnt call anything...??
RE: RE: VB 6 to VB.Net 2005 Express Beta by Salem on 03-23-2005 at 01:43 PM

quote:
Originally posted by MC.POP
i think u need an = in there


tried that, doesnt work