"SendKeys" for a mobile device ???
-
Hi folks, I have to write a background application for a mobile terminal (equipped with integrated scaner engine, keyboard, serial port and so on...) with a CE4.2 OS. The app shall read data from the serial port, do a little magic with this data (changing some letters against others, deleting carrige returns) and insert the result into a textbox of the current foreground application. Serial communication isn't the problem, but inserting the data into the textbox is a real head-scratcher to me. :confused: I wrote a similar application for a normal PC. Then I used the SendKeys class to to the job, but unfortunately this class isn't available in the Compact Framework. :( I thought about using P/Invoke, but I don't have a clue which function of which dll I should use... :^) Does anyone have an idea how to solve this problem? Thanks in advance! Reinhard