hi,

I want to make a program that emulates the arrow keys,

I want to be able to run this program (the one I'm making) and have the another program that is being run, effected by the key pressing.

I know I can do normal key presses using sendkeys.send() but I am not able to use the arrow keys this way? I have read the forums to find 'keys.left' function but this is not able to be used in sendkeys as it just creates the number 39 in a textbox instead of moving the cursor...

any help on this one?