Netbios support in .NET?

2019-09-17 01:36发布

问题:

Does MS support Netbios in .NET or not? How can I use it?

回答1:

Afaik only thru PInvoke
snippet here: http://www.pinvoke.net/default.aspx/kernel32/NetBIOS.html



回答2:

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/