*****************************************************************CODE***********************************************************************
Dim theuri As New Uri("obex://" & CType(cboDevices.SelectedItem, InTheHand.Net.Sockets.BluetoothDeviceInfo).DeviceAddress.ToString & "/" + System.IO.Path.GetFileName(Label11.Text))
Dim request As New InTheHand.Net.ObexWebRequest(theuri)
request.ReadFile(Application.StartupPath & Label11.Text)Dim s As DateTime
s = Now
response =
CType(request.GetResponse(), InTheHand.Net.ObexWebResponse)
__________________________________________________________________________________________________________________
Can I set Pairing code???
The Mobile Device ask me to set Pairing code, but in the request i haven't the possibility to set the code.
Can you help me please?
Thanks