Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
Generalthis image to word convert times new romens software Pin
reetsh18-Sep-11 4:12
reetsh18-Sep-11 4:12 
GeneralRe: this image to word convert times new romens software Pin
Richard MacCutchan18-Sep-11 4:51
mveRichard MacCutchan18-Sep-11 4:51 
Questionlock mouse cursor and click on screen aoutomatic? Pin
MAHDI_GORDAN18-Sep-11 0:14
MAHDI_GORDAN18-Sep-11 0:14 
AnswerRe: lock mouse cursor and click on screen aoutomatic? Pin
Ravi Bhavnani18-Sep-11 5:40
professionalRavi Bhavnani18-Sep-11 5:40 
QuestionPivot View Pin
Tauseef A17-Sep-11 7:47
Tauseef A17-Sep-11 7:47 
AnswerRe: Pivot View Pin
DaveAuld17-Sep-11 8:44
professionalDaveAuld17-Sep-11 8:44 
QuestionHow can I permit only small letters in a TextBox? Pin
rajeevkuth17-Sep-11 5:07
rajeevkuth17-Sep-11 5:07 
AnswerRe: How can I permit only small letters in a TextBox? Pin
Luc Pattyn17-Sep-11 5:37
sitebuilderLuc Pattyn17-Sep-11 5:37 
rajeevkuth wrote:
But this can not distinguish between capital letters and small letters. How can I permit only small letters?



Have a look at the other members of KeyEventArgs, maybe Shift, KeyCode, or SuppressKeyPress().
And what about edit operations, such as paste (CTRL/V)?

Or use a MaskedTextBox. For more elaborate schemes, there are a number of CP articles on the subject.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum
modified on Saturday, September 17, 2011 12:31 PM

GeneralRe: How can I permit only small letters in a TextBox? Pin
rajeevkuth17-Sep-11 5:56
rajeevkuth17-Sep-11 5:56 
AnswerRe: How can I permit only small letters in a TextBox? Pin
Luc Pattyn17-Sep-11 6:31
sitebuilderLuc Pattyn17-Sep-11 6:31 
AnswerRe: How can I permit only small letters in a TextBox? Pin
BillWoodruff17-Sep-11 6:13
professionalBillWoodruff17-Sep-11 6:13 
GeneralRe: How can I permit only small letters in a TextBox? Pin
rajeevkuth17-Sep-11 6:59
rajeevkuth17-Sep-11 6:59 
AnswerRe: How can I permit only small letters in a TextBox? Pin
Luc Pattyn17-Sep-11 7:03
sitebuilderLuc Pattyn17-Sep-11 7:03 
GeneralRe: How can I permit only small letters in a TextBox? Pin
rajeevkuth17-Sep-11 8:08
rajeevkuth17-Sep-11 8:08 
GeneralRe: How can I permit only small letters in a TextBox? [modified] Pin
BillWoodruff17-Sep-11 7:31
professionalBillWoodruff17-Sep-11 7:31 
AnswerRe: How can I permit only small letters in a TextBox? Pin
Eddy Vluggen17-Sep-11 11:34
professionalEddy Vluggen17-Sep-11 11:34 
GeneralRe: How can I permit only small letters in a TextBox? Pin
BillWoodruff17-Sep-11 21:01
professionalBillWoodruff17-Sep-11 21:01 
GeneralRe: How can I permit only small letters in a TextBox? Pin
Eddy Vluggen18-Sep-11 1:40
professionalEddy Vluggen18-Sep-11 1:40 
AnswerRe: How can I permit only small letters in a TextBox? Pin
Pete O'Hanlon18-Sep-11 10:24
mvePete O'Hanlon18-Sep-11 10:24 
AnswerRe: How can I permit only small letters in a TextBox? Pin
Jithin c raj18-Sep-11 23:02
Jithin c raj18-Sep-11 23:02 
GeneralRe: How can I permit only small letters in a TextBox? Pin
Pete O'Hanlon18-Sep-11 23:42
mvePete O'Hanlon18-Sep-11 23:42 
GeneralRe: How can I permit only small letters in a TextBox? Pin
Jithin c raj18-Sep-11 23:49
Jithin c raj18-Sep-11 23:49 
GeneralRe: How can I permit only small letters in a TextBox? Pin
Pete O'Hanlon18-Sep-11 23:55
mvePete O'Hanlon18-Sep-11 23:55 
AnswerRe: How can I permit only small letters in a TextBox? Pin
pkwd19-Sep-11 0:50
pkwd19-Sep-11 0:50 
GeneralRe: How can I permit only small letters in a TextBox? Pin
Pete O'Hanlon19-Sep-11 0:55
mvePete O'Hanlon19-Sep-11 0:55 

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.