Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for thatscrap12543

Hi, networking is new to me in vb.net as I normally use third party components to do my networking like Winsock Orcas. However I want to make my own classes for networking. The following is what I have so far. It has problems. 1) Its disorganized...particularly the way I'm multi-threading, …

0
169
Member Avatar for pfm200586

I think there is an easier way to do this. Try instead of using integers, use the decimal data type for ALL of your varibles. It looks like there are situations where your change due got turncated. I.E somewhere in your code a decimal got rounded because it was suppose …

Member Avatar for Reverend Jim
0
396
Member Avatar for Galbatorix

There is an alternative. This is something that is based of winsock for visual basic 6.0, but is for vb.net. [URL="http://www.codeproject.com/KB/IP/winsock_revamped.aspx?msg=2718838"]http://www.codeproject.com/KB/IP/winsock_revamped.aspx?msg=2718838[/URL]

Member Avatar for thatscrap12543
0
185
Member Avatar for april_er

The End.