I use C# with .Net Framework 4.5
In design I have a numericTextBox with a minimum from - 100000
When I open the designer from the Form it automatically erases the - sign, so the numeric textbox becomes useless.
I Opened the form in Visual Studio and then the automatic change does not take place.