Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Textboxテキスト入力をサポートするユーザーを実装しました。
Textbox
現在の入力として IME Japanase (またはその他のアジアの入力方法) を選択してテキストを入力すると、テキストがコントロールに送信されるときに、文字OnKeyPressごとに が 2 回呼び出されます。
OnKeyPress
実際には で 1 回、で 1 回ProcessKeyEventArgs呼び出されます。最後に、同じ入力で 2 回呼び出されます。WM_CHARWM_IME_CHAROnKeyPress
ProcessKeyEventArgs
WM_CHAR
WM_IME_CHAR