Hello! I am new and are gonna make a "write'n'print" appelication, i have readed many samples(et.c) but i cant' find my answar!
How du i print from my textbox with name textb?
to print text from form field to any other .. try the following
string s1=formobjectname.textfieldname.Text;
now u get the string in the object s1. now u can print it on console, file, form etc