No announcements
Found 2928715 threads
-
0 Votes
How to disable IME of TextBox in MetroApp
I need to disable IME of TextBox control. For entering user account, we usually use only alphanumeric characters. I ...Unanswered | 2 Replies | 2105 Views | Created by kata._ - Thursday, August 23, 2012 12:38 AM | Last reply by kata._ - Friday, August 24, 2012 12:16 AM -
0 Votes
Disable IME after using OpenFileDialog
disabled IME of the main form (mainForm.ImeMode = Disable) and everything worked fine. However, Chinese IM can still be turned on in a ...Unanswered | 2 Replies | 1977 Views | Created by Michael_Kim - Friday, October 4, 2013 7:47 AM | Last reply by Michael_Kim - Thursday, October 10, 2013 4:55 AM -
0 Votes
How to disable default composition window of the IME?
Hi I want to customize my composition window of the chinese IME. I write a diaolg with a MyEdit (class MyEdit ...Answered | 2 Replies | 3307 Views | Created by SmallWang - Monday, December 12, 2011 5:09 AM | Last reply by SmallWang - Tuesday, December 13, 2011 10:06 AM -
2 Votes
Turning on/off IME of a TextBox.
what u need to do is disable the ime input option System.Windows.Input.InputMethod.SetIsInputMethodEnabled(textbox/richtextbox, ...Answered | 4 Replies | 11622 Views | Created by Draders - Saturday, June 16, 2007 3:02 AM | Last reply by LesterLobo - MSFT - Wednesday, June 20, 2007 2:08 AM -
0 Votes
TextBox IME Problem in beta2
find a chance to get the committed text to validate it. Could you tell me how to get the composition text or state in ...Answered | 2 Replies | 4644 Views | Created by MSDN_Forums_User - Wednesday, June 11, 2008 5:21 AM | Last reply by MSDN_Forums_User - Friday, June 20, 2008 4:41 PM -
0 Votes
regarding disable of textbox
i want if textbox 1 contain any value then textbox 2 disable If TextBox1.Text = "" Then TextBox2.Enabled = True Else ...Answered | 2 Replies | 393 Views | Created by ajit pal khinda - Saturday, November 9, 2013 3:55 AM | Last reply by ajit pal khinda - Saturday, November 9, 2013 8:55 AM -
0 Votes
How to Disable Textbox
hi, i had one radiobutton ,text box and datepicker(silverlight2.0) controls in my silverlight application. i want to disable ...Answered | 3 Replies | 19022 Views | Created by MSDN_Forums_User - Wednesday, May 7, 2008 7:18 AM | Last reply by GearWorld - Saturday, October 11, 2008 6:53 PM -
0 Votes
ExecutionEngineException on certain IME input of TextBox
I have my laguage for non unicode programs set to Japanese (Windows XP) and if I type certain data into a WPF TextBox while the IME is on, I get the followingAnswered | 2 Replies | 4837 Views | Created by Draders - Tuesday, October 9, 2007 10:00 PM | Last reply by partyzone - Monday, July 8, 2019 9:16 AM -
0 Votes
Help about IME of UserControl
I have a control inherited from UserControl, but it can not use IME to input Asian Characters(looks like ImeMode is set to Disable, but it is not). ... -
2 Votes
How to disable or remove Open IME, Reconversion etc option in Windows 7?
How to disable Open IME, Reconversion etc option in Windows 7? Are there any registry settings to disable or remove ... -
0 Votes
How to change behaviour of IME in C#
Hi All, Actually our application is a package to a VS. We have our own designed form(which is of type AxWebBrowser) where u can create labels and text boxes. Our ...Unanswered | 1 Replies | 18819 Views | Created by Sab Venkat - Monday, April 6, 2009 9:54 AM | Last reply by Sab Venkat - Tuesday, April 7, 2009 12:01 PM -
1 Votes
Control IME for WPF TextBox
Dear Sheldon Xiao. I found the way to control IME in WPF by using System.Windows.Forms.TextBox, But I can't use this in ...Answered | 3 Replies | 10103 Views | Created by Duy Chuong Huynh - Tuesday, June 21, 2011 10:38 AM | Last reply by Sheldon _Xiao - Wednesday, June 29, 2011 8:44 AM -
0 Votes
How to open IME
Hi EntityModelStudio, Base on my knowledge, TextBox support unicode characters. You can click the language bar located in the notification area on the right side ...Answered | 1 Replies | 4005 Views | Created by CanadaProgrammer - Monday, October 1, 2012 8:44 AM | Last reply by Chester Hong - Tuesday, October 2, 2012 5:55 AM -
0 Votes
How to open IME window in c#
. For example if you are writing an asp.net web site you need to use HTML to tell the browser to set the local of a textbox. There is no concept ...Unanswered | 1 Replies | 3740 Views | Created by Ellaiyaraja - Tuesday, June 21, 2011 1:33 PM | Last reply by Sheng Jiang 蒋晟 - Tuesday, June 21, 2011 11:19 PM -
0 Votes
How to change behaviour of IME in C#
Actually my question is when we type some japanese character it's placing the characters directly into the form, instead of placing it in IME window. How ...Unanswered | 2 Replies | 3520 Views | Created by Sab Venkat - Thursday, April 9, 2009 12:08 PM | Last reply by Sab Venkat - Wednesday, April 15, 2009 12:04 PM -
4 Votes
how to disable the paste in textbox
How to disable the paste in the textbox with allow typing? you can handle WM_PASTE message as suggested ...Answered | 7 Replies | 10526 Views | Created by Raymond Chiu - Thursday, January 26, 2012 1:23 AM | Last reply by Helen Zhou - Monday, January 30, 2012 7:31 AM -
0 Votes
How-to disable ApplicationCommands in a TextBox?
Hi, not to sure how to use ContextMenuService.SetContextMenu(textBox, null);Answered | 5 Replies | 5806 Views | Created by Simon Pesant - Thursday, December 7, 2006 2:35 PM | Last reply by LesterLobo - MSFT - Friday, December 8, 2006 1:15 AM -
0 Votes
How to configure IME in WES2009?
"WINABC IME",but only pintlgnt ime can display, and WINABC IME should be added manually. How can I only use WINABC ...Unanswered | 1 Replies | 4797 Views | Created by fiscan6430 - Wednesday, August 18, 2010 12:18 PM | Last reply by clound chen - Wednesday, September 8, 2010 9:27 AM -
0 Votes
How to programmatically set IME for a TextBox?
I am trying to create a flash card application where some of the text boxes are in the default language and others are in aUnanswered | 2 Replies | 5430 Views | Created by ewconnell - Thursday, March 11, 2010 8:14 PM | Last reply by ewconnell - Friday, May 21, 2010 6:23 PM -
0 Votes
How to write an IME in C#?
Hi, If you would like to write an IME with C#, I recommend you checking out this thread about "C# IME (Input Method Editor) ...Answered | 1 Replies | 19083 Views | Created by Goodwill - Monday, November 26, 2007 1:56 PM | Last reply by Ji Cheng Wang - MSFT - Wednesday, November 28, 2007 3:26 AM - Items 1 to 20 of 2928715 Next ›
No announcements