Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: kesn on September 28, 2008, 05:49:21 PM

Title: problems in discovery function
Post by: kesn on September 28, 2008, 05:49:21 PM
Hi,
I am new using the Wireless Communication library. Now i am testing the library using the vb.net 2005
I am calling the wclBluetoothDiscovery.Discovery(Radio) for discovering function and based on samples, i know that
also need to call the event OnBluetoothDiscoveryStarted and OnBluetoothDiscoveryComplete..
i dun know how to coding it in vb.net.
Do anyone have the best sample in vb.net to call the discovery function?
thanks
Title: Re: problems in discovery function
Post by: Mike Petrichenko on September 29, 2008, 12:42:56 AM
Good day!

Please, find the attached VB.NET demo app. The app has been just converted from the C# code and has not been tested completly, so it may have some convertion mistakes/errors. But I think you will get the idea of WCL usage.

P.S. The archive does not include logo.bmp (it is not important and you may copy it from C# demo :) )

[attachment deleted by admin]
Title: Re: problems in discovery function
Post by: kesn on September 29, 2008, 03:17:47 AM
Thank Mike.
 :)