Click here to Skip to main content
15,921,941 members
Home / Discussions / C#
   

C#

 
AnswerRe: textBox TextChanged method Pin
Kenneth Haugland20-Apr-15 0:45
mvaKenneth Haugland20-Apr-15 0:45 
GeneralRe: textBox TextChanged method Pin
DPaul199420-Apr-15 0:56
DPaul199420-Apr-15 0:56 
AnswerRe: textBox TextChanged method Pin
Sascha Lefèvre20-Apr-15 0:48
professionalSascha Lefèvre20-Apr-15 0:48 
GeneralRe: textBox TextChanged method Pin
DPaul199420-Apr-15 0:56
DPaul199420-Apr-15 0:56 
GeneralRe: textBox TextChanged method Pin
Sascha Lefèvre20-Apr-15 1:01
professionalSascha Lefèvre20-Apr-15 1:01 
GeneralRe: textBox TextChanged method Pin
Sascha Lefèvre20-Apr-15 1:19
professionalSascha Lefèvre20-Apr-15 1:19 
GeneralRe: textBox TextChanged method Pin
DPaul199420-Apr-15 3:13
DPaul199420-Apr-15 3:13 
GeneralRe: textBox TextChanged method Pin
Sascha Lefèvre20-Apr-15 3:22
professionalSascha Lefèvre20-Apr-15 3:22 
Oh, sorry. If you want to insert only letters, then change the zeroes to 'L' , if you want to allow letters and digits, then change them to 'A'. And if you want to prevent "unusual" letters then also set the property AsciiOnly of the MaskedTextBox to true.

https://msdn.microsoft.com/en-us/library/system.windows.forms.maskedtextbox.mask%28v=vs.110%29.aspx[^]
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson

GeneralRe: textBox TextChanged method Pin
DPaul199420-Apr-15 3:20
DPaul199420-Apr-15 3:20 
GeneralRe: textBox TextChanged method Pin
Sascha Lefèvre20-Apr-15 3:23
professionalSascha Lefèvre20-Apr-15 3:23 
QuestionRe: textBox TextChanged method Pin
Arkadeep De20-Apr-15 0:49
professionalArkadeep De20-Apr-15 0:49 
AnswerRe: textBox TextChanged method Pin
DPaul199420-Apr-15 0:55
DPaul199420-Apr-15 0:55 
GeneralRe: textBox TextChanged method Pin
Arkadeep De20-Apr-15 1:15
professionalArkadeep De20-Apr-15 1:15 
GeneralRe: textBox TextChanged method Pin
Simon_Whale20-Apr-15 3:21
Simon_Whale20-Apr-15 3:21 
QuestionC# Pin
Member 1121840320-Apr-15 0:05
Member 1121840320-Apr-15 0:05 
AnswerRe: C# Pin
Sascha Lefèvre20-Apr-15 0:10
professionalSascha Lefèvre20-Apr-15 0:10 
QuestionBinary tree and BTree are not same Pin
Tridip Bhattacharjee19-Apr-15 23:00
professionalTridip Bhattacharjee19-Apr-15 23:00 
AnswerRe: Binary tree and BTree are not same Pin
Eddy Vluggen20-Apr-15 0:19
professionalEddy Vluggen20-Apr-15 0:19 
AnswerRe: Binary tree and BTree are not same Pin
Sascha Lefèvre20-Apr-15 0:29
professionalSascha Lefèvre20-Apr-15 0:29 
Questionchange the exe application icon on runtime Pin
jojoba2019-Apr-15 18:06
jojoba2019-Apr-15 18:06 
AnswerRe: change the exe application icon on runtime Pin
OriginalGriff19-Apr-15 19:44
mveOriginalGriff19-Apr-15 19:44 
QuestionRe: change the exe application icon on runtime Pin
jojoba2019-Apr-15 21:34
jojoba2019-Apr-15 21:34 
AnswerRe: change the exe application icon on runtime Pin
Eddy Vluggen19-Apr-15 21:44
professionalEddy Vluggen19-Apr-15 21:44 
QuestionRe: change the exe application icon on runtime Pin
jojoba2019-Apr-15 22:03
jojoba2019-Apr-15 22:03 
AnswerRe: change the exe application icon on runtime Pin
Eddy Vluggen19-Apr-15 22:29
professionalEddy Vluggen19-Apr-15 22:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.