Hi.
Does anyone know how to send text or single characters to opened chat window (preferable WinApi function)?
I tried SendMessage, PostMessage, keybd_event (works fine in loging screen but not in chat).
I'd be grateful for any help or hint.
EDIT:
Actually keybd_event works in this case (probably SendInput also).
Problem occured because of different behaviour of WinApi function in Delphi and C#.
Does anyone know how to send text or single characters to opened chat window (preferable WinApi function)?
I tried SendMessage, PostMessage, keybd_event (works fine in loging screen but not in chat).
I'd be grateful for any help or hint.
EDIT:
Actually keybd_event works in this case (probably SendInput also).
Problem occured because of different behaviour of WinApi function in Delphi and C#.