المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : call the value from the console and paste it to windows froms.



C# Programming
03-28-2009, 07:30 PM
hi,

i got a problem here that is i have a program where is console. i want to call the value from the console and display into windows forms.

for example in console have

int i;

......

i = .....


then i want to get the value for i and display into text box in windows forms.

like textbox1.text = ???????????

may i know how to make it. thanks.