سؤال

I want to put the result of an operation (Integer) inside a TextBox (System.Windows.Forms.TextBox)

I tried using the Convert.ToString() function, but it's not working.

How can i do this?

هل كانت مفيدة؟

المحلول

Try this..

Textbox1.Text=integervariable.Tostring();
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top