Preserved Topic: SCripting to control programs |
|
---|---|
Author | Thread |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 08-14-2001 22:26
Okay a little background first. I The other day I bought a used computer and monitor from this lady. When I got them she also gave me a 15" touch-screen monitor she was trying toget rid of. |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 08-14-2001 22:33
Wow, how do you interface the touch-screen monitor I wonder. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 08-14-2001 23:02
Most touch screen drivers just emulate mouse actions. |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 08-14-2001 23:37
Sounds very cool |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 08-15-2001 01:50
If works like a mouse create a simple C++ GUI program with buttons and have thier eventlisteners do tasks. Much would probabally depend on the opperating system you wish to do this with. |