Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
GeneralRe: storing data from textbox into different files Pin
troubled one11-Sep-07 16:06
troubled one11-Sep-07 16:06 
QuestionIs there any objects for Mins and Seconds. Pin
John.L.Ponratnam11-Sep-07 3:34
John.L.Ponratnam11-Sep-07 3:34 
AnswerRe: Is there any objects for Mins and Seconds. Pin
pmarfleet11-Sep-07 3:39
pmarfleet11-Sep-07 3:39 
AnswerRe: Is there any objects for Mins and Seconds. Pin
\laddie11-Sep-07 5:50
\laddie11-Sep-07 5:50 
Questionhow we can control printer tray with csharp? [modified] Pin
mohammadser11-Sep-07 3:31
mohammadser11-Sep-07 3:31 
AnswerRe: how we can control printer tray with csharp? Pin
martin_hughes11-Sep-07 10:39
martin_hughes11-Sep-07 10:39 
Questionget only string as input Pin
prasadbuddhika11-Sep-07 2:45
prasadbuddhika11-Sep-07 2:45 
AnswerRe: get only string as input Pin
Christian Graus11-Sep-07 2:46
protectorChristian Graus11-Sep-07 2:46 
What you're doing is correct. No, there is no method that does the same on an entire string, nor would you want that. By handling the keychanged event and checking char.IsLetter and char.IsControl to set the handled property, you can stop users entering invalid characters in the first place.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionProcess hangs with RedirectStandardOutput Pin
liqnit11-Sep-07 2:39
liqnit11-Sep-07 2:39 
AnswerRe: Process hangs with RedirectStandardOutput Pin
Judah Gabriel Himango11-Sep-07 5:12
sponsorJudah Gabriel Himango11-Sep-07 5:12 
GeneralRe: Process hangs with RedirectStandardOutput Pin
liqnit11-Sep-07 18:21
liqnit11-Sep-07 18:21 
QuestionChecked change event Pin
M. J. Jaya Chitra11-Sep-07 2:31
M. J. Jaya Chitra11-Sep-07 2:31 
AnswerRe: Checked change event Pin
Christian Graus11-Sep-07 2:45
protectorChristian Graus11-Sep-07 2:45 
GeneralRe: Checked change event Pin
M. J. Jaya Chitra11-Sep-07 2:57
M. J. Jaya Chitra11-Sep-07 2:57 
GeneralRe: Checked change event Pin
Ermak8611-Sep-07 4:04
Ermak8611-Sep-07 4:04 
GeneralRe: Checked change event Pin
Mairaaj Khan11-Sep-07 12:06
professionalMairaaj Khan11-Sep-07 12:06 
QuestionRegular expression inside a textbox Pin
segusmitha11-Sep-07 2:30
segusmitha11-Sep-07 2:30 
AnswerRe: Regular expression inside a textbox Pin
snorkie11-Sep-07 4:36
professionalsnorkie11-Sep-07 4:36 
GeneralRe: Regular expression inside a textbox Pin
segusmitha11-Sep-07 18:33
segusmitha11-Sep-07 18:33 
QuestionHiding main form upon load Pin
Justin Perez11-Sep-07 2:24
Justin Perez11-Sep-07 2:24 
AnswerRe: Hiding main form upon load Pin
Giorgi Dalakishvili11-Sep-07 2:39
mentorGiorgi Dalakishvili11-Sep-07 2:39 
GeneralRe: Hiding main form upon load Pin
Justin Perez11-Sep-07 2:53
Justin Perez11-Sep-07 2:53 
GeneralRe: Hiding main form upon load Pin
Giorgi Dalakishvili11-Sep-07 2:58
mentorGiorgi Dalakishvili11-Sep-07 2:58 
GeneralRe: Hiding main form upon load Pin
Justin Perez11-Sep-07 3:02
Justin Perez11-Sep-07 3:02 
GeneralRe: Hiding main form upon load Pin
Ermak8611-Sep-07 3:04
Ermak8611-Sep-07 3:04 

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.