-
Hi, So I use imm32.dll [DllImport("imm32.dll")] [DllImport("imm32.dll")] private static ChromiumWebBrowser m_browser; Get the handle of the ChromiumWebBrowser well and the return value after conversion is true, but it does not change. How can I get English input by changing IME mode like pressing 'Language toggle key' ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Try asking on https://www.magpcss.org/ceforum/index.php
That's the |
Beta Was this translation helpful? Give feedback.
Chromium
handlesIME
. I'm not sure what you are attempting is possible.Try asking on https://www.magpcss.org/ceforum/index.php
That's the
WinForms
hande, theCEF Browser
handle is obtained by a different method, see https://github.com/cefsharp/CefSharp/blob/4699eb5e0e6ba71c4f06442c5abfce5e20012c72/CefSharp.WinForms/WebBrowserExtensions.cs#LL57C62-L57C62