Click here to Skip to main content
15,896,154 members
Home / Discussions / C#
   

C#

 
Questionresolution issue Pin
Tauseef A4-Nov-07 16:32
Tauseef A4-Nov-07 16:32 
AnswerRe: resolution issue Pin
Luc Pattyn4-Nov-07 17:09
sitebuilderLuc Pattyn4-Nov-07 17:09 
AnswerRe: resolution issue Pin
Michael Sync4-Nov-07 19:14
Michael Sync4-Nov-07 19:14 
QuestionFew questions Pin
C# Beginner Nick4-Nov-07 11:16
C# Beginner Nick4-Nov-07 11:16 
AnswerRe: Few questions Pin
Colin Angus Mackay4-Nov-07 12:16
Colin Angus Mackay4-Nov-07 12:16 
GeneralRe: Few questions Pin
C# Beginner Nick4-Nov-07 12:39
C# Beginner Nick4-Nov-07 12:39 
GeneralRe: Few questions Pin
Colin Angus Mackay4-Nov-07 12:49
Colin Angus Mackay4-Nov-07 12:49 
GeneralRe: Few questions Pin
C# Beginner Nick7-Nov-07 11:04
C# Beginner Nick7-Nov-07 11:04 
GeneralRe: Few questions Pin
Colin Angus Mackay7-Nov-07 14:08
Colin Angus Mackay7-Nov-07 14:08 
AnswerRe: Few questions Pin
Anthony Mushrow4-Nov-07 12:18
professionalAnthony Mushrow4-Nov-07 12:18 
GeneralRe: Few questions Pin
C# Beginner Nick4-Nov-07 12:39
C# Beginner Nick4-Nov-07 12:39 
QuestionPassword Pin
MasterSharp4-Nov-07 9:34
MasterSharp4-Nov-07 9:34 
AnswerRe: Password Pin
Ravi Bhavnani4-Nov-07 9:45
professionalRavi Bhavnani4-Nov-07 9:45 
AnswerRe: Password Pin
Luc Pattyn4-Nov-07 9:52
sitebuilderLuc Pattyn4-Nov-07 9:52 
GeneralRe: Password Pin
MasterSharp4-Nov-07 9:58
MasterSharp4-Nov-07 9:58 
AnswerRe: Password Pin
Guffa4-Nov-07 11:33
Guffa4-Nov-07 11:33 
GeneralRe: Password Pin
MasterSharp4-Nov-07 13:15
MasterSharp4-Nov-07 13:15 
GeneralRe: Password Pin
Ravi Bhavnani4-Nov-07 13:52
professionalRavi Bhavnani4-Nov-07 13:52 
GeneralRe: Password Pin
Christian Graus4-Nov-07 15:09
protectorChristian Graus4-Nov-07 15:09 
MasterSharp wrote:
Such as to limit the characters, or maybe cut out certain words;


There's a property for the maximum length, and you can handle the keypress event to reject keypresses, for example to make a numeric textbox. Just don't forget to check for Char.IsControl if you do that, so you accept arrows, etc.


MasterSharp wrote:
possibly coloring certain words and leaving the rest


The rich text box may do that, a text box does not.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

AnswerRe: Password Pin
Nouman Bhatti4-Nov-07 19:18
Nouman Bhatti4-Nov-07 19:18 
QuestionCalender dayview Pin
NewToAspDotNet4-Nov-07 7:59
NewToAspDotNet4-Nov-07 7:59 
QuestionAdding A new Property To DataGridViewCell Pin
half-life4-Nov-07 7:44
half-life4-Nov-07 7:44 
QuestionCreating Web Service in C# Pin
kendo174-Nov-07 5:46
kendo174-Nov-07 5:46 
AnswerRe: Creating Web Service in C# Pin
pmarfleet4-Nov-07 6:13
pmarfleet4-Nov-07 6:13 
GeneralRe: Creating Web Service in C# Pin
kendo174-Nov-07 6:48
kendo174-Nov-07 6:48 

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.