I think it's a difficult question but how to make a custom IME like Google IME that edits the input method while typing in any software? I need a starting way to do this...
Please help.
Thanks
I think it's a difficult question but how to make a custom IME like Google IME that edits the input method while typing in any software? I need a starting way to do this...
Please help.
Thanks
You probably need to use the Windows API, see here for using it with VB (you should use visual studios code analysis, because the style of this example is very "old-school") and here for some keyboard specific API things.
The next thing is to get in the windows message loop, here is another article.