Hi, I made a program using c++ that types letters in final fantasy 11. It types the letters in the chat boxs fine and then it should enter it so it shows on the chat screen, but "enter" doesnt seem to get press. I tested it out on the pol and word pad and it seems to work. Anyone have a/an idea why is it true then and maybe a way to fixs it?
//---enter key---
keybd_event(0x0D,0,0,0);
keybd_event(0x0D,0,KEYEVENTF_KEYUP,0);
P.S. Wasnt to sure if it was a code or game really... its why I ask here. Maybe I should ask in final fantasy 11 one?