Does MS support Netbios in .NET or not? How can I use it?
相关问题
- Multiple sockets for clients to connect to
- Generic Generics in Managed C++
- How to Debug/Register a Permanent WMI Event Which
- 'System.Threading.ThreadAbortException' in
- Bulk update SQL Server C#
Afaik only thru PInvoke
snippet here: http://www.pinvoke.net/default.aspx/kernel32/NetBIOS.html
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/