Im having major problems getting a text box to display my integers. Ive declared the variable as a integer and set it to 0, but whenever i try and set the text of a text box to the variable name i get: Form1.h(762): error C2664: 'void System::Windows::Forms::TextBox::set_Text(System::String __gc *)' : cannot convert parameter 1 from 'int' to 'System::String __gc *'. Now i know what the error means, it cant convert a number to a letter. But i set the variable as a letter! Its been annoying me alot. Can anyone help?