If I set a SpinBox properties ShowZero and ShowSign to true, and also set MinValue to -100: 1. The control displays 4 zeroes when only 3 are needed, and 2. Setting the value with SpinBox1.Text = "-99" displays "0-99". Is this a bug? -- Lee