Link to home
Start Free TrialLog in
Avatar of XK8ER
XK8ERFlag for United States of America

asked on

vb6 to vb.net

Hello there,
I know that in vb6 you use winsock to request multiple web pages at the same time
but in vb.net what can I use thats better and faster?
Avatar of Wayne Taylor (webtubbs)
Wayne Taylor (webtubbs)
Flag of Australia image

Check out the System.Net NameSpace -> http://technet.microsoft.com/en-us/library/system.net.aspx
Avatar of AJKBOC
AJKBOC

XK8ER,
   
  I think the following link will anwer your question.

http://www.webtropy.com/articles/art10.asp?VB6+Migration

Regards,
Savvas
The "best" choice depends on what you are trying to achieve.  Normally, I would use an HttpWebRequest to either GET from a URL or POST to a URL.

Bob
ASKER CERTIFIED SOLUTION
Avatar of raja_ind82
raja_ind82
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial