G
Guest
Hi there,
I'm writing a small app for the PocketPC 2003 using C#. My app should simply
open the Calculator and simulate some key presses (of course im using
P/Invoke). Opening the calc.exe was no problem, but I can't get the 'magic'
input work correctly. By using 'mouse_event' for simulating user input, the
upper left 'Start' button is being pressed (seems strange 'cause I thing the
handle to the Calculator is O.K.) and using 'PostMessage' and 'SendMessage'
have no effect at all.
Can someone help me with this problem please?
I'm writing a small app for the PocketPC 2003 using C#. My app should simply
open the Calculator and simulate some key presses (of course im using
P/Invoke). Opening the calc.exe was no problem, but I can't get the 'magic'
input work correctly. By using 'mouse_event' for simulating user input, the
upper left 'Start' button is being pressed (seems strange 'cause I thing the
handle to the Calculator is O.K.) and using 'PostMessage' and 'SendMessage'
have no effect at all.
Can someone help me with this problem please?