Hello, Im using the sendkeys function to send keys to another program, it works ok when I use letters, but if i use a symbol it wont work, heres an example of what i meen.
VB Code:
SendKeys "Send keys function" 'this would work ok SendKeys ":)" ' this wouldnt work
Does anyone know why this is? and is there a way around it
