Hi
You could easily add unicode support to your examples in the wiki by changing chr(event.Ascii) to unichr(event.Ascii).
Could there perhaps be an event.Unicode equivalent to event.Ascii. We could use the user32.ToUnicode(Ex)
And the same for window titles, we could use user32.GetWindowTextW
hi
I need add unicde support. but i cant. What is "We could use the user32.ToUnicode(Ex)"? and where is?
Log in to post a comment.
Could there perhaps be an event.Unicode equivalent to event.Ascii.
We could use the user32.ToUnicode(Ex)
And the same for window titles, we could use user32.GetWindowTextW
hi
I need add unicde support. but i cant. What is "We could use the user32.ToUnicode(Ex)"? and where is?