textbox contents to be printed
Hi,
I am having 2 forms on which there are textboxes and they take the input from the user and when the button is clicked they display the results in the other textboxes.This is a windows based form.
some part of the code is like this
in the button click action i have written
a = txta.Text
Ai=txtAi.Text
b = Ai / a
txtb.Text=b
the above code will take the values from the user for a and Ai and will display the result on the textbox b.I am trying to print the contents of a textBox control.Now my problem is that i want the a,Ai and b to be printed out.How can i do that.Can you please help me.
Thanking You,
Josna
Josna
__________________
Josna
|