|
-
Dec 7th, 2012, 08:12 AM
#1
Thread Starter
Addicted Member
Help using easysockets?
http://www.vbforums.com/showthread.p...t=#post3852009
I'm just starting out with tcp on vb.net (2010 exp) and I'm having a heck of a time understanding how it all works. I sure do miss WinSock on VB6
ANyway, I found the above class and it looks promising but I can't figure out how to use it. Actually, I can't seem to get past declaring it (ugh, newbs!)
I tried
private withevents myConnection as easysocket = new easysocket
<later>
myConnection.Address = myTCPAddress.tostring
myConnection.Port = str(myPort)
myConnection.Connect
I just get object not set...
If anyone has experience with this I'd love to see a little sample!
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|