Network Programming in VB.net

Skilled contributor
28Nov2007,16:12   #1
Bhullarz's Avatar
Hi guys ! I am looking for some network programming tutorials in vb.net.

I want to capture the amount of data being transferred from a connection whether it is a LAN or Internet Broadband Connection. Can somebody help me specifically in this matter ?
Team Leader
29Nov2007,15:33   #2
pradeep's Avatar
http://www.a1vbcode.com/app-3625.asp
Skilled contributor
1Dec2007,10:11   #3
Bhullarz's Avatar
sir ! this project u have suggested is in vb 6. I am looking for project in VB.net. VB6 projects can be converted to VB.net but if something particular to vb.net could be found that would be really helpful for me.
Skilled contributor
2Dec2007,09:06   #4
Bhullarz's Avatar
i have found one class "system.net.networkinformation.networkinterfac e" . it is MUSTINHERIT class. I don't know how to use this class as it doesn't allow to create new instance of it.

Can somebody help me that how to use this class?
Team Leader
3Dec2007,10:14   #5
pradeep's Avatar
System.Net.NetworkInformation.IcmpV4Statistics try this http://msdn2.microsoft.com/en-us/lib...tatistics.aspx
Skilled contributor
11Dec2007,13:22   #6
Bhullarz's Avatar
Mr. Pradeep, Thanks. You are trying to help me out. The links you have given are with examples C#,But I am working in VB.net. Is it possible if you can give any VB.net example as I am not known to c#.