Click here to Skip to main content
15,891,770 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: Android Data [modified] Pin
Madhu Nair1-Feb-11 19:49
Madhu Nair1-Feb-11 19:49 
GeneralRe: Android Data Pin
MsmVc1-Feb-11 21:22
MsmVc1-Feb-11 21:22 
QuestionHow to measure the power of the network (the WIFI signal) in windows-mobile ? Pin
goldsoft25-Jan-11 3:57
goldsoft25-Jan-11 3:57 
AnswerRe: How to measure the power of the network (the WIFI signal) in windows-mobile ? Pin
Joel Ivory Johnson26-Jan-11 14:56
professionalJoel Ivory Johnson26-Jan-11 14:56 
Questionhow to transfer file from PC to Windows-mobile and from Windows-mobile to PC ? Pin
Gali197824-Jan-11 7:35
Gali197824-Jan-11 7:35 
AnswerRe: how to transfer file from PC to Windows-mobile and from Windows-mobile to PC ? Pin
Madhu Nair1-Feb-11 19:55
Madhu Nair1-Feb-11 19:55 
Questionjava: mobile application that posts data onto a remote data base Pin
figgikim123-Jan-11 12:56
figgikim123-Jan-11 12:56 
QuestionAbout Search Blutooth devices in C# Pin
Amin Najafi21-Jan-11 22:53
Amin Najafi21-Jan-11 22:53 
How to searching bluetooth devices in c#.net?


using InTheHand.Net;
using InTheHand.Net.Sockets;
using InTheHand.Net.Bluetooth;


BluetoothRadio.PrimaryRadio.Mode = RadioMode.Discoverable;
BluetoothRadio myRadio = BluetoothRadio.PrimaryRadio;
lblSearch.Text = "" + myRadio.LocalAddress.ToString();

bluetoothClient = new BluetoothClient();
Cursor.Current = Cursors.WaitCursor;
BluetoothDeviceInfo[] bluetoothDeviceInfo = { };
bluetoothDeviceInfo = bluetoothClient.DiscoverDevices(100000);
comboBox1.DataSource = bluetoothDeviceInfo;
comboBox1.DisplayMember = "DeviceName";
comboBox1.ValueMember = "DeviceAddress";
comboBox1.Focus();
Cursor.Current = Cursors.Default;

this code run but the code finish at a second and can't find any mobile bluetooth device.
i want search bluetooth in period of time . for example search device for 10 second and find any bluetooth devices.
thanks for your help and your guide.
best regards.
AnswerRe: About Search Blutooth devices in C# Pin
the bugness22-Jan-11 15:09
the bugness22-Jan-11 15:09 
Questionperformance tools for WM Pin
mathy20-Jan-11 3:18
mathy20-Jan-11 3:18 
AnswerRe: performance tools for WM Pin
PavanPareta7-Feb-11 19:36
PavanPareta7-Feb-11 19:36 
QuestionCan i hide or modify message sender details? Pin
Le@rner20-Jan-11 1:18
Le@rner20-Jan-11 1:18 
Questionhow to open the phone (GPRS) by C# code ? Pin
goldsoft18-Jan-11 1:48
goldsoft18-Jan-11 1:48 
AnswerRe: how to open the phone (GPRS) by C# code ? Pin
PavanPareta7-Feb-11 19:42
PavanPareta7-Feb-11 19:42 
QuestionAndroid Contact - Get Mobil Phone # Pin
Dmontgomery.net17-Jan-11 11:31
Dmontgomery.net17-Jan-11 11:31 
QuestionAndroid and PC Pin
MsmVc17-Jan-11 0:02
MsmVc17-Jan-11 0:02 
AnswerRe: Android and PC Pin
jk chan17-Jan-11 20:14
jk chan17-Jan-11 20:14 
GeneralRe: Android and PC Pin
MsmVc17-Jan-11 20:17
MsmVc17-Jan-11 20:17 
Questionhow to prevent the touch screen in windows-CE ? Pin
Gali197813-Jan-11 9:57
Gali197813-Jan-11 9:57 
AnswerRe: how to prevent the touch screen in windows-CE ? Pin
Madhu Nair13-Jan-11 17:02
Madhu Nair13-Jan-11 17:02 
QuestionAndroid Phone Problem Pin
MsmVc9-Jan-11 20:26
MsmVc9-Jan-11 20:26 
AnswerRe: Android Phone Problem Pin
Madhu Nair13-Jan-11 17:05
Madhu Nair13-Jan-11 17:05 
AnswerRe: Android Phone Problem Pin
jk chan14-Jan-11 4:49
jk chan14-Jan-11 4:49 
GeneralRe: Android Phone Problem Pin
MsmVc15-Jan-11 1:20
MsmVc15-Jan-11 1:20 
QuestionSet an arbitrary memory limit for Compact Framework application? Pin
carbon_golem7-Jan-11 8:46
carbon_golem7-Jan-11 8:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.