|
From: JamesCool via PocketPCJunkies.com on 22 Jun 2008 21:54 Hi, I just shifted from eMVCC to Visual studio dot net to develop application for window mobile device. In eMVcc, if i want to cao=ll the stream interface driver, i will use CreateFile and DeviceIOControl. How about in dot net? Best regards, J -- Message posted via http://www.pocketpcjunkies.com
From: Chris Tacke, MVP on 22 Jun 2008 23:39 You would P/Invoke CreateFile and DeviceIoControl. The Smart Device Framework has an abstract StreamInterfaceDriver class in the OpenNETCF.IO namespace that does a lot of this work for you so all you need is to dervice from it and add your implementation. www.smartdeviceframework.com -Chris "JamesCool via PocketPCJunkies.com" <u42351(a)uwe> wrote in message news:8614e3bafcbb7(a)uwe... > Hi, > > I just shifted from eMVCC to Visual studio dot net to develop application > for > window mobile device. In eMVcc, if i want to cao=ll the stream interface > driver, i will use CreateFile and DeviceIOControl. > How about in dot net? > > Best regards, > J > > -- > Message posted via http://www.pocketpcjunkies.com >
|
Pages: 1 Prev: Can't reinstall .net Next: How to view HTML page in Pocket PC emulator |