.NET Components for Mobility

Browse by Tags

  • How to send more files one time?

    private void send(BluetoothDeviceInfo btDeviceInfo, string path) { BluetoothClient btClient = new BluetoothClient(); if (btDeviceInfo.Authenticated) { BluetoothSecurity.PairRequest(btDeviceInfo.DeviceAddress, "0000"); } System.Uri uri = new Uri("obex://" + btDeviceInfo.DeviceAddress...
    Posted to ObjectExchange (Forum) by zyylove2008 on 08-18-2008
  • How can send and recieve data from PC to PC using OBEX

    Hello All: I have download many samples wrote by inthehand.net but it was succesful when sending to mobile from PC, but when I tried to send from PC to PC there will be nothing ,, is inthand labraries can send and receive data PC to PC or not ......please help???? thanks in advance
    Posted to ObjectExchange (Forum) by johnit86 on 03-23-2008
Page 1 of 1 (2 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.