C Compic Sep 13, 2004 #1 Hi! Is there any way how to work with Bluetooth under .NET? Thanks in advance.
N Nicholas Paldino [.NET/C# MVP] Sep 13, 2004 #2 Compic, Not out of the box. If anything, you will have to access it through a COM object, or perhaps through a function exposed through the Windows API (which you access through the P/Invoke layer). Hope this helps.
Compic, Not out of the box. If anything, you will have to access it through a COM object, or perhaps through a function exposed through the Windows API (which you access through the P/Invoke layer). Hope this helps.