H
hubbobubbo
Hi
I did not find the perfect answer for this when searching, hopefully
someone can straighten this out for me.
I have an application today that is using the Robot class. When a
certain external event happens it will simply invoke a keypress that
affect the topmost application. This is on normal windows however, I
would like to do the same on a Windows Mobile device.
My first approach is to use Java but as the Robot class is not
available for J2ME I wonder if there is any other way to get the same
result with J2ME i.e. invoking a keypress automatically. It is also
necessary that this keypress not only affect the application that
executes it but it should be like it was a real keypress so the
current topmost application is affected.
Thanks
I did not find the perfect answer for this when searching, hopefully
someone can straighten this out for me.
I have an application today that is using the Robot class. When a
certain external event happens it will simply invoke a keypress that
affect the topmost application. This is on normal windows however, I
would like to do the same on a Windows Mobile device.
My first approach is to use Java but as the Robot class is not
available for J2ME I wonder if there is any other way to get the same
result with J2ME i.e. invoking a keypress automatically. It is also
necessary that this keypress not only affect the application that
executes it but it should be like it was a real keypress so the
current topmost application is affected.
Thanks