Im having some issues with a numericUpDown. When i use the following code
if (c is ComboBox) ..
it picked up a NumericUpDown as well (Note, i have preset the max and min values of the NumericUpDown.
I tried the following
if (c is ComboBox && (c.GetType() != NumericUpDown ))
but it says NumericUpDown is a type but is being used like a variable....
Any ideas?
Thanks

New Topic/Question
Reply



MultiQuote




|