I have a form created with Windows Forms, and in this form I have textbox
that will receive numbers.
How do I make this textbox
, when initializing, already filled with value 0, that is when I open the form, textbox
already load with value 0, but that it is possible to change to another value later?