Does MS support Netbios in .NET or not? How can I use it?
Asked
Active
Viewed 446 times
2 Answers
0
Sometime back I had added to pinvoke.net Win 7 VB structure needed. I've now put my entire VB 2010 NetBIOS library for Win7 at http://www.coderbliss.com/2014/10/24/windows-7-netbios-library-in-visual-basic/

Jon Reedholm
- 51
- 2
0
Afaik only thru PInvoke
snippet here: http://www.pinvoke.net/default.aspx/kernel32/NetBIOS.html

cichy
- 10,464
- 4
- 26
- 36
-
c++, please. I need on c++ lang. – Ya ne Ya Jun 06 '11 at 06:48
-
http://msdn.microsoft.com/en-us/library/system.net.sockets.protocoltype.aspx how set netbios here? – Ya ne Ya Jun 06 '11 at 06:53
-
What about a TcpListener? Can it? – Ya ne Ya Jun 06 '11 at 07:20