Click here to Skip to main content
15,889,877 members
Home / Discussions / C#
   

C#

 
GeneralRe: Add items to property grid dynamically Pin
varad272-Sep-07 22:27
varad272-Sep-07 22:27 
GeneralRe: Add items to property grid dynamically Pin
visualhint10-Sep-07 6:41
visualhint10-Sep-07 6:41 
QuestionLearning C#: How do I add a simple multi-dimension array to a DataViewGrid Control? Pin
nonamecoder2-Sep-07 20:31
nonamecoder2-Sep-07 20:31 
AnswerRe: Learning C#: How do I add a simple multi-dimension array to a DataViewGrid Control? Pin
MAW303-Sep-07 18:08
MAW303-Sep-07 18:08 
QuestionParameters Pin
htonivt2-Sep-07 20:26
htonivt2-Sep-07 20:26 
Questionhow to generate pdf by reporting services, or by reportwiewer?????? Pin
liujw2-Sep-07 20:01
liujw2-Sep-07 20:01 
Questionmessage count down counter Pin
troubled one2-Sep-07 18:56
troubled one2-Sep-07 18:56 
AnswerRe: message count down counter Pin
Syed Mujtaba Hassan2-Sep-07 19:54
Syed Mujtaba Hassan2-Sep-07 19:54 
If you are using a textbox say txtName then you can write an event handler for KeyPressed event. Like....
<br />
private void txtUname_KeyPress(object sender, KeyPressEventArgs e)<br />
        {<br />
            if (txtUname.Text.Length == 160)<br />
            {<br />
                MessageBox.Show("Text5");<br />
            }<br />
        }<br />


Hopefully it will solve your problem.

Mujtaba

"If both of us are having one apple each and we exchange it, at the end we both will have one apple each. BUT if both of us are having one idea each and we exchange it, at the end both of us will be having two ideas each."

GeneralRe: message count down counter Pin
troubled one3-Sep-07 15:32
troubled one3-Sep-07 15:32 
QuestionLoading Datasets Pin
MAW302-Sep-07 18:28
MAW302-Sep-07 18:28 
AnswerRe: Loading Datasets Pin
Syed Mujtaba Hassan2-Sep-07 20:02
Syed Mujtaba Hassan2-Sep-07 20:02 
GeneralRe: Loading Datasets Pin
MAW303-Sep-07 10:08
MAW303-Sep-07 10:08 
QuestionParametized queries in C#-Hard one. Pin
falles012-Sep-07 14:56
falles012-Sep-07 14:56 
AnswerRe: Parametized queries in C#-Hard one. Pin
Christian Graus2-Sep-07 15:12
protectorChristian Graus2-Sep-07 15:12 
AnswerRe: Parametized queries in C#-Hard one. Pin
Guffa2-Sep-07 19:15
Guffa2-Sep-07 19:15 
GeneralRe: Parametized queries in C#-Hard one. Pin
falles012-Sep-07 21:12
falles012-Sep-07 21:12 
AnswerRe: Parametized queries in C#-Hard one. Pin
Guffa2-Sep-07 21:47
Guffa2-Sep-07 21:47 
GeneralRe: Parametized queries in C#-Hard one. Pin
falles012-Sep-07 21:56
falles012-Sep-07 21:56 
Questioniterate through properties [modified] Pin
ushering2-Sep-07 12:27
ushering2-Sep-07 12:27 
AnswerRe: iterate through properties Pin
Colin Angus Mackay2-Sep-07 12:56
Colin Angus Mackay2-Sep-07 12:56 
Questiondelete Pin
Assaf822-Sep-07 10:40
Assaf822-Sep-07 10:40 
AnswerRe: delete Pin
Paul Conrad2-Sep-07 11:01
professionalPaul Conrad2-Sep-07 11:01 
AnswerRe: delete Pin
Christian Graus2-Sep-07 11:06
protectorChristian Graus2-Sep-07 11:06 
GeneralRe: delete Pin
Assaf822-Sep-07 11:32
Assaf822-Sep-07 11:32 
GeneralRe: delete Pin
Christian Graus2-Sep-07 11:38
protectorChristian Graus2-Sep-07 11:38 

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.