
-----------------------------------
36002
Mon Nov 29, 2004 10:14 pm

how do you simulate keyboard presses?
-----------------------------------
Howdy folks. I am making an little application that will simulate keyboard presses (don't ask why, I just want to do it :) besides if it works then it would be cool). Now, I have done some research.
http://custom.programming-in.net/articles/art9-1.asp?f=keybd_event,
http://eric.aling.tripod.com/PB/tips/pbtip36.htm , http://www.codeproject.com/system/keyboard.asp, etc. but (I am relaivley new to turing) how would I translate that to turing? If it is possible? I know that you can probably use Sys.Exec() in their somewhere... like Sys.Exec("rundll32.exe user32.dll") but is it possible to run 'functions' from that dll file?

-----------------------------------
Tony
Mon Nov 29, 2004 11:09 pm


-----------------------------------
not in turing, it doesn't have that kind of access available

-----------------------------------
36002
Tue Nov 30, 2004 3:17 pm


-----------------------------------
ok thats what I was thinking, oh well
