The code uses various VB 2008 and .NET 3.5 features. You could certainly implement the same functionality in VB 2005 but you'd have to use loops where I've used LINQ queries, etc.
Thank's alot bro.
I will appreciate it if you could help me in following problem:
I made a program in vb.net 2005, it using Winsock DLL. Here is the full explanation of it: http://www.vbforums.com/showthread.php?t=590966
every body told me that problem is from Winsock Dll. However, I downloaded VB.Net 2008 Express Edition, only to test the same program but by using your class. unfortunately, the same problem appear!
Attached the modified project which using your class instead of Winsock Dll.