Click here to Skip to main content
15,886,724 members
Home / Discussions / C#
   

C#

 
AnswerRe: Why different User Groups? Pin
Dave Kreskowiak25-Sep-17 14:52
mveDave Kreskowiak25-Sep-17 14:52 
GeneralRe: Why different User Groups? Pin
trparky25-Sep-17 14:56
trparky25-Sep-17 14:56 
GeneralRe: Why different User Groups? Pin
Dave Kreskowiak25-Sep-17 16:13
mveDave Kreskowiak25-Sep-17 16:13 
AnswerRe: Why different User Groups? Pin
Richard Deeming26-Sep-17 1:11
mveRichard Deeming26-Sep-17 1:11 
GeneralRe: Why different User Groups? Pin
trparky26-Sep-17 12:14
trparky26-Sep-17 12:14 
Questionhow to prevent write a minus in right number on text box c# winform Pin
bondkmost most24-Sep-17 20:48
bondkmost most24-Sep-17 20:48 
AnswerRe: how to prevent write a minus in right number on text box c# winform Pin
Richard MacCutchan24-Sep-17 21:42
mveRichard MacCutchan24-Sep-17 21:42 
AnswerRe: how to prevent write a minus in right number on text box c# winform Pin
Mycroft Holmes24-Sep-17 23:06
professionalMycroft Holmes24-Sep-17 23:06 
You also might want to look at the NumericUpDown control if you are trying to manage a numeric value. You can set the minimum value to zero and the data type must be numeric so characters are invalid.
Never underestimate the power of human stupidity
RAH

QuestionOptional property c# Pin
Member 1083628423-Sep-17 21:50
professionalMember 1083628423-Sep-17 21:50 
AnswerRe: Optional property c# Pin
OriginalGriff23-Sep-17 22:45
mveOriginalGriff23-Sep-17 22:45 
AnswerRe: Optional property c# Pin
Richard MacCutchan24-Sep-17 3:17
mveRichard MacCutchan24-Sep-17 3:17 
AnswerRe: Optional property c# Pin
Pete O'Hanlon24-Sep-17 8:20
mvePete O'Hanlon24-Sep-17 8:20 
AnswerRe: Optional property c# Pin
Ralf Meier24-Sep-17 9:15
mveRalf Meier24-Sep-17 9:15 
AnswerRe: Optional property c# Pin
Gerry Schmitz24-Sep-17 17:17
mveGerry Schmitz24-Sep-17 17:17 
GeneralRe: Optional property c# Pin
Karthik_Mahalingam25-Sep-17 19:54
professionalKarthik_Mahalingam25-Sep-17 19:54 
AnswerRe: Optional property c# Pin
BenScharbach14-Oct-17 9:08
BenScharbach14-Oct-17 9:08 
QuestionError 'not all code paths return a value' Pin
Bootzilla3322-Sep-17 11:07
Bootzilla3322-Sep-17 11:07 
AnswerRe: Error 'not all code paths return a value' Pin
Pete O'Hanlon22-Sep-17 12:08
mvePete O'Hanlon22-Sep-17 12:08 
GeneralRe: Error 'not all code paths return a value' Pin
BenScharbach14-Oct-17 9:11
BenScharbach14-Oct-17 9:11 
AnswerRe: Error 'not all code paths return a value' Pin
Karthik_Mahalingam25-Sep-17 19:55
professionalKarthik_Mahalingam25-Sep-17 19:55 
SuggestionRe: Error 'not all code paths return a value' Pin
Richard Deeming26-Sep-17 0:55
mveRichard Deeming26-Sep-17 0:55 
GeneralRe: Error 'not all code paths return a value' Pin
Karthik_Mahalingam26-Sep-17 1:12
professionalKarthik_Mahalingam26-Sep-17 1:12 
GeneralRe: Error 'not all code paths return a value' Pin
Richard Deeming26-Sep-17 1:14
mveRichard Deeming26-Sep-17 1:14 
GeneralRe: Error 'not all code paths return a value' Pin
Karthik_Mahalingam26-Sep-17 1:21
professionalKarthik_Mahalingam26-Sep-17 1:21 
AnswerRe: Error 'not all code paths return a value' Pin
Paul_Williams19-Oct-17 4:54
Paul_Williams19-Oct-17 4:54 

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.