Does anyone now how to use winsock? Right now i am just useing the regular browser in my app but i want to use winsock because its faster and returns a differnt html header. Any help?Thanks
Printable View
Does anyone now how to use winsock? Right now i am just useing the regular browser in my app but i want to use winsock because its faster and returns a differnt html header. Any help?Thanks
you shouldn't use Winsock in vb.net , ( infact it will cause a lot of errors / not run correctly )
look at the System.Net namespace , you can either then use Sockets, or best for the job... System.Net.WebClient :)
I do.
Search your vs cd's i cant remember witch one rite now (im guessing second)
So should i or not use winsock?
you shouldn't, use this:
[I didnt write it :D]