Prev: XmlDocument and SelectSingleNode
Next: timeoout - connect to device failed after some succesful conne
From: jwei on 21 Jan 2010 09:48 how i can get informed when an usb stick is plugged in (c#) ?
From: badzio on 21 Jan 2010 10:31 On 21 Sty, 15:48, jwei <j...(a)discussions.microsoft.com> wrote: > how i can get informed when an usb stick is plugged in (c#) ? How do you plug usb stick to mobile device?
From: Paul G. Tobey [eMVP] paultobey _at_ earthlink _dot_ on 21 Jan 2010 17:46 On most recent versions of the operating system, RequestDeviceNotifications() is the best answer. Please tell us some more useful information when starting a new thread! Version of OS should be at the top of that list! Paul T. "badzio" wrote: > On 21 Sty, 15:48, jwei <j...(a)discussions.microsoft.com> wrote: > > how i can get informed when an usb stick is plugged in (c#) ? > > How do you plug usb stick to mobile device? > . >
From: jwei on 22 Jan 2010 02:31 os is windows ce 5.0 the board has a usb connector - if i plug-in the usb stick, i get a new folder name for that stick ... "Paul G. Tobey [eMVP]" wrote: > On most recent versions of the operating system, RequestDeviceNotifications() > is the best answer. Please tell us some more useful information when > starting a new thread! Version of OS should be at the top of that list! > > Paul T. > > "badzio" wrote: > > > On 21 Sty, 15:48, jwei <j...(a)discussions.microsoft.com> wrote: > > > how i can get informed when an usb stick is plugged in (c#) ? > > > > How do you plug usb stick to mobile device? > > . > >
From: Paul G. Tobey [eMVP] paultobey _at_ earthlink _dot_ on 22 Jan 2010 10:51 There you go, RequestDeviceNotifications(), which you have to P/Invoke. Take a look at OpenNETCF's Smart Device Framework. I think that we had wrappers for everything you need to detect mounting of new storage devices in there. Paul T. "jwei" wrote: > os is windows ce 5.0 > the board has a usb connector - if i plug-in the usb stick, i get a new > folder name for that stick ... > > "Paul G. Tobey [eMVP]" wrote: > > > On most recent versions of the operating system, RequestDeviceNotifications() > > is the best answer. Please tell us some more useful information when > > starting a new thread! Version of OS should be at the top of that list! > > > > Paul T. > > > > "badzio" wrote: > > > > > On 21 Sty, 15:48, jwei <j...(a)discussions.microsoft.com> wrote: > > > > how i can get informed when an usb stick is plugged in (c#) ? > > > > > > How do you plug usb stick to mobile device? > > > . > > >
|
Next
|
Last
Pages: 1 2 Prev: XmlDocument and SelectSingleNode Next: timeoout - connect to device failed after some succesful conne |