Click here to Skip to main content
15,927,060 members
Home / Discussions / C#
   

C#

 
GeneralHelp with event hiding in derived class Pin
gkrish524-Feb-04 20:40
gkrish524-Feb-04 20:40 
GeneralRe: Help with event hiding in derived class Pin
Heath Stewart25-Feb-04 4:50
protectorHeath Stewart25-Feb-04 4:50 
GeneralRe: Help with event hiding in derived class Pin
gkrish525-Feb-04 7:01
gkrish525-Feb-04 7:01 
GeneralRe: Help with event hiding in derived class Pin
Heath Stewart25-Feb-04 7:27
protectorHeath Stewart25-Feb-04 7:27 
GeneralRe: Help with event hiding in derived class Pin
gkrish525-Feb-04 8:55
gkrish525-Feb-04 8:55 
GeneralTroubles with the Parent property (I think) Pin
Andres Coder24-Feb-04 20:26
Andres Coder24-Feb-04 20:26 
GeneralRe: Troubles with the Parent property (I think) Pin
Heath Stewart25-Feb-04 4:46
protectorHeath Stewart25-Feb-04 4:46 
Generalauto checking of NumericUpDown control Pin
azusakt24-Feb-04 17:13
azusakt24-Feb-04 17:13 
Hi,

I just have a simple question about auto checking of input value on NumericUpDown control.

Normally, if we press enter key after entered value on UpDown Control, it will automatically check whether it is between its max & min Value, and it will also limit the value. But if we just enter a value, didn't press enter key, it won't auto check the value.
I know we can use Validating to solve this problem, but inside Validating method, we also will need to compare the value by ourselves, I just feel quite inconvenient if we have 10 or more updown control in a Form...

Is there any build-in method of updown control that we can use to check the value ??

Thanks
GeneralRe: auto checking of NumericUpDown control Pin
Heath Stewart25-Feb-04 4:43
protectorHeath Stewart25-Feb-04 4:43 
GeneralRe: auto checking of NumericUpDown control Pin
azusakt25-Feb-04 15:23
azusakt25-Feb-04 15:23 
GeneralRe: auto checking of NumericUpDown control Pin
Heath Stewart26-Feb-04 2:56
protectorHeath Stewart26-Feb-04 2:56 
GeneralRe: auto checking of NumericUpDown control Pin
Huseyin Altindag25-Feb-04 10:35
Huseyin Altindag25-Feb-04 10:35 
GeneralReports in C# Pin
Anonymous24-Feb-04 16:22
Anonymous24-Feb-04 16:22 
GeneralRe: Reports in C# Pin
Heath Stewart25-Feb-04 4:31
protectorHeath Stewart25-Feb-04 4:31 
GeneralUndeclared identifier Pin
CliffClimber24-Feb-04 15:49
CliffClimber24-Feb-04 15:49 
GeneralRe: Undeclared identifier Pin
Heath Stewart25-Feb-04 4:25
protectorHeath Stewart25-Feb-04 4:25 
GeneralRe: * * Solved * * Pin
CliffClimber25-Feb-04 4:36
CliffClimber25-Feb-04 4:36 
GeneralMultiple dynamic combobox databinding Pin
Itay Sagui24-Feb-04 12:13
Itay Sagui24-Feb-04 12:13 
GeneralRe: Multiple dynamic combobox databinding Pin
Smitha Nishant24-Feb-04 16:12
protectorSmitha Nishant24-Feb-04 16:12 
GeneralRe: Multiple dynamic combobox databinding Pin
Itay Sagui24-Feb-04 18:13
Itay Sagui24-Feb-04 18:13 
GeneralRe: Multiple dynamic combobox databinding Pin
Nick Parker25-Feb-04 1:33
protectorNick Parker25-Feb-04 1:33 
GeneralRe: Multiple dynamic combobox databinding Pin
Itay Sagui25-Feb-04 7:12
Itay Sagui25-Feb-04 7:12 
GeneralPrivate Object goes NULL after entering Public Function Pin
Euphorix24-Feb-04 10:19
Euphorix24-Feb-04 10:19 
GeneralRe: Private Object goes NULL after entering Public Function Pin
Heath Stewart24-Feb-04 12:37
protectorHeath Stewart24-Feb-04 12:37 
GeneralInsure Numeric Data in TextBox Pin
ronboy24-Feb-04 9:39
ronboy24-Feb-04 9:39 

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.