This is a discussion on How Can we search Bluetooth Devices using C# for windows mobile? within the Windows Mobile forums, part of the Mobile Software Development category; How Can we search Bluetooth Devices using C# for windows mobile?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| We can achieve by using InTheHand Tool. For that we have to download the InTheHand tool in All of us. Sample code: InTheHand.Windows.Forms.SelectBluetoothDeviceDialo g s =new InTheHand.Windows.Forms.SelectBluetoothDeviceDialo g(); s.ForceAuthentication = true; s.ShowAuthenticated = true; s.ShowRemembered = true; s.ShowUnknown = true; s.ShowDialog (); |
| |||
| Hi, Can we stop searching the bluetooth devices while at the run time...That means, i want to stop the search while at the time of searching is going on... Can anyone help me..
__________________ Krishnakumar.S Beware of Everything -that is un true; stick to the Truth shall succeed slowly but steadily |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/windows-mobile/2542-how-can-we-search-bluetooth-devices-using-c-windows-mobile.html | |||
| Posted By | For | Type | Date |
| DiscussWeb IT Community - Technical Support and Technology Discussions | This thread | Refback | 08-17-2007 11:13 PM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GUI way for DB and tables in mobile devices | S.Vinothkumar | Windows Mobile | 7 | 11-28-2007 09:49 PM |
| What is the cache sizes for mobile devices? | S.Vinothkumar | Windows Mobile | 6 | 11-20-2007 01:45 AM |
| Windows Mobile 5.0 PocketPC v2.0 emulator Bluetooth peripheral serial port mapping pr | theone | Mobile Software Development | 1 | 07-25-2007 03:04 AM |
| Any idea about Connecting Windows Mobile to Wireless HID devices? | itbarota | Windows Mobile | 0 | 07-23-2007 07:12 AM |
| How to write Bluetooth Connection program in c# for Windows mobile 5.0 ? | theone | Windows Mobile | 0 | 07-16-2007 12:16 AM |