2012-08-27 32 views

回答

0

這似乎是(因爲你認爲)與韓國的問題IME本身。首先嚐試將焦點設置到它:

private void ApplicationBarIconButton_Click(object sender, EventArgs e) { 

    // Set focus to the page ensuring all TextBox controls are properly commited 
    // and that the IME session has been correctly closed. 
    this.Focus(); 

    MessageTextBox.Text = ""; 
} 

Shamelessly copy-pasted, read here for a closer look at the problem.

+0

對於喜歡「ㄱㄷㄴㅇ효ㅛㄹㄴㄱ」這不是我的代碼清理不當朝鮮文字。如果我給「정수연」這樣的適當的韓文文本,它就是清除..建議任何想法 – kishore

+0

我正在四處尋找一些更多的信息;我所看到的(可能)幫助的是,你也可以選擇文本...選擇所有的工作方式相同嗎? (不幸的是,我不熟悉我自己的語言。) – 2012-08-28 14:04:46

相關問題