1. Simulated Keypress???
- Posted by Eucoder <eucoder at hotmail.com> Nov 02, 2004
- 437 views
Hi All, I have been trying to figure out if it is possible to simulate a sequence of keypresses. Example: I have a procedure DoNow and I would like it to simulate CTRL+V. I looked through the mail list archive to find help with no avail. Any ideas or suggestions would be appreciated. Thanks
2. Re: Simulated Keypress???
- Posted by Bernie Ryan <xotron at bluefrog.com> Nov 02, 2004
- 429 views
Eucoder wrote: > > > Hi All, > I have been trying to figure out if it is possible to simulate a sequence > of keypresses. Example: I have a procedure DoNow and I would like it to > simulate CTRL+V. I looked through the mail list archive to find help > with no avail. Any ideas or suggestions would be appreciated. > > Thanks > What about send message if your using windows. Bernie My files in archive: w32engin.ew mixedlib.e eu_engin.e win32eru.ew Can be downloaded here: http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan
3. Re: Simulated Keypress???
- Posted by cklester <cklester at yahoo.com> Nov 02, 2004
- 444 views
Eucoder wrote: > > > I have been trying to figure out if it is possible to simulate a sequence > of keypresses. In the archive: http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=sendkeys -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/
4. Re: Simulated Keypress???
- Posted by Eucoder <eucoder at hotmail.com> Nov 02, 2004
- 458 views
- Last edited Nov 03, 2004
Thanks! cklester wrote: > > Eucoder wrote: > > > > > > I have been trying to figure out if it is possible to simulate a sequence > > of keypresses. > > In the archive: > > <a > href="http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=sendkeys">http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=sendkeys</a> > > -=ck > "Programming in a state of EUPHORIA." > <a > href="http://www.cklester.com/euphoria/">http://www.cklester.com/euphoria/</a> >