kolbe Active Member Licensed User Longtime User Oct 7, 2009 #1 Is there a way to do a hardware.keypress on the pc? I would like to be able to send a <HOME>,<END>,<CONTROL><HOME>, <CONTROL><END> to a textbox. I see many examples of catching keypresses but none on sending keypresses with the door library.
Is there a way to do a hardware.keypress on the pc? I would like to be able to send a <HOME>,<END>,<CONTROL><HOME>, <CONTROL><END> to a textbox. I see many examples of catching keypresses but none on sending keypresses with the door library.
Erel B4X founder Staff member Licensed User Longtime User Oct 7, 2009 #2 There is some similar code in this thread: http://www.b4x.com/forum/questions-help-needed/3711-prevent-screen-saver.html See this msdn topic for more information about SendKeys: SendKeys Method
There is some similar code in this thread: http://www.b4x.com/forum/questions-help-needed/3711-prevent-screen-saver.html See this msdn topic for more information about SendKeys: SendKeys Method