I've got a databound chart thats all nice and zoomy etc and I've figured out how to get the index of the point nearest the cursor (going to use that to try and select the datarow the data came from)....
Type: Posts; User: pmeloy
I've got a databound chart thats all nice and zoomy etc and I've figured out how to get the index of the point nearest the cursor (going to use that to try and select the datarow the data came from)....
Well no surpise - it was me. I was supplying myTCPAddress.tostring but I'd cut out the myTCPAddress declaration when I removed my old tcpclient code. Odd that the debugger didn't home in on the...
Ok, while driving it dawned on me that the class is raising an event in exactly the same way as a forms control (which is a class). I changed my subs to something like this (cant remember the exact...
Oh, I should mention. I think the object might be the sub for the OnConnectionEstablished event - I looked through the class and didn't see where I could pass the sub address to the class so I just...
http://www.vbforums.com/showthread.php?622011-easySockets-TcpClient-Wrapper-Class&p=3852009&highlight=#post3852009
I'm just starting out with tcp on vb.net (2010 exp) and I'm having a heck of a...