From: JamesCool via PocketPCJunkies.com on
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
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
>