> On Jun 28, 1:16 pm, "Paul G. Tobey [eMVP]" <p space tobey no spam AT
> no instrument no spam DOT com> wrote:
[quoted text clipped - 65 lines]
> code. That's why I was searching this group and found what I did
> download from download.microsoft.com/.../barcode scanners netcf.msi.
On Jun 28, 1:37 pm, "Paul G. Tobey [eMVP]" <p space tobey no spam AT
no instrument no spam DOT com> wrote:
> So, what *do* they provide? An unmanaged library? *Any* method other than
> keyboard wedging? If not, that's probably the only way to use it...
[quoted text clipped - 76 lines]
>
> - Show quoted text -
They provide a "native" code library (Microsoft eMbedded C++, I
think). My app is written in .NET 2005 so I was hoping to find a
managed solution. Sigh. I suppose I'll have to create a COM object
or OCX from the code I do have and call it from Javascript. Thanks
for your indulgence. I'm new at this.
<ctacke/> - 28 Jun 2007 20:37 GMT
> They provide a "native" code library (Microsoft eMbedded C++, I
> think). My app is written in .NET 2005 so I was hoping to find a
> managed solution. Sigh. I suppose I'll have to create a COM object
> or OCX from the code I do have and call it from Javascript. Thanks
> for your indulgence. I'm new at this.
Just P/Invoke the native library from your managed code and be done with it.

Signature
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
kdaugherty@maurices.com - 28 Jun 2007 21:30 GMT
> > They provide a "native" code library (Microsoft eMbedded C++, I
> > think). My app is written in .NET 2005 so I was hoping to find a
[quoted text clipped - 9 lines]
> OpenNETCF Consulting
> Managed Code in an Embedded Worldwww.OpenNETCF.com
Well, I like the sound of that. How do I do that? Can you point me
to a site where I can learn how to P/Invoke something?
<ctacke/> - 28 Jun 2007 21:37 GMT
First 5 results from Google:
http://msdn.microsoft.com/msdnmag/issues/03/07/NET/
http://msdn.microsoft.com/msdnmag/issues/04/10/NET/
http://www.gotdotnet.com/community/usersamples/details.aspx?sampleguid=f6f4c339-
22fd-44bb-a4fc-cfd874527ffb
http://boo.codehaus.org/Invoke+Native+Methods+with+DllImport
http://www.codeproject.com/csharp/EssentialPInvoke.asp

Signature
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
>> > They provide a "native" code library (Microsoft eMbedded C++, I
>> > think). My app is written in .NET 2005 so I was hoping to find a
[quoted text clipped - 13 lines]
> Well, I like the sound of that. How do I do that? Can you point me
> to a site where I can learn how to P/Invoke something?