I am rying to make a program to use handsfree on my windows 7 laptop. My laptop has Widcomm drivers, visual basic express 2010, 32feet.net and widcomm depencies installed.
When I run the Widcomm test program 'test32feetwidcommwin32.exe' it returns it found widcomm sdk version 6.1.0.1506 and stackversion 6.3.0.5500.
I created a new project in visual basic, copied the 32feetwidcomm.dll to the debug folder.
When I put the following code in my project it does not find the widcomm radio, only the MS radio:
Dim b = BluetoothRadio.AllRadios()
What am I doint wrong, forgetting or what other problem do I have?
Can anyone help me further?
P.S. I want to create a program that uses bluetooth handsfree option. Is this possible using 32feet? I looked at other SDK's but most are for C++ or other languages. I have to little expirience using those languages and know much more about vb.net.