Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft C# .NET
MessageBox changes Japanese IME Input Mode
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Linda Liu [MSFT], post: 10140211"] Hi, I performed a test based on your description and did see the problem on my side. When I click the button and a message box pops up, the IME is disabled, because the message box doesn't support IME input by default. After I close the message box and get the text box focused again, the IME is enabled again, but the input mode is not turned on. By default, a TextBox's ImeMode property is set to Inherit. However, its parent form's ImeMode property is set to NoControl by default. So the value of the TextBox's ImeMode property is NoControl as well. We could set the TextBox's ImeMode property to On to turn on the IME input mode when it get focused. This should be the solution to solve your prolem. Please try my suggestion and let me know the result. Sincerely, Linda Liu Microsoft Online Community Support ================================================== Get notification to my posts through email? Please refer to [URL]http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif[/URL] ications. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at [URL]http://msdn.microsoft.com/subscriptions/support/default.aspx[/URL]. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft C# .NET
MessageBox changes Japanese IME Input Mode
Top