Hey everyone! this is my first post at this forum:P
Please go through and answer what question you can, i'm trying to make a software program which will auto type for me when ever i have a certain key down. something like this...
(please not that i am uterly new to C++ so my synthax should be way off)
on button press{
type out textarray[x];
}
var1++;
it is important that this program has each letter typed out one by one. it is equaly important that the words be typed where ever the cursur is. I realize that i will need an array and some additional code and of course proper synthax.
is anyone willing to help me?
thanks a lot!
-James Lat