is it possible that this function is different in windows 7 home with swedish language..because i can’t send text to paltalk room with this code on windows 7 home with swedish language
Dim iResult As Integer
iResult = SendMessageByString(iHnd, WM_SETTEXT, 0, "text")
iResult = SendMessageByString(iHnd, WM_KEYDOWN, VK_Return, 0)
iResult = SendMessageByString(iHnd, WM_KEYUP, VK_Return, 0)
any explanation ?