I want to write a program that repeatedly writes a predefined text inside of another program.
It works pretty good right now but I need to let my program press the enter key on the main keyboard. This msdn documentary delivers only the key code for the enter key on the numpad which is 0x0D.
But I have to use the main keyboard's enter key and can't find the representative key code.
Does anyone know the correct key code?
Thanks for any help.