المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : SendKeys in WebService



C# Programming
11-05-2009, 10:40 AM
Hi folks!
I have a Windows CE 5.0 device (Barcodereader with arm cpu) with WiFi.

I use .Net 3.5 on the CE and the PC.
VS2008 is the development environment.

I want to write a small program for CE which will read a barcode and an item count entry and send it to PC where the current (focused) app should receive a string like manual entry with the data.

First idea was remoting
CE does not support it.

Next idea is a WebService which works but I found no way to use SendKeys from within the WebService.

Is anybody out there with a solution or even with a better idea?

-Juergen