B
bole2cant
I am working on just my second (simple) program. (VB2003 Standard Edition)
I have everything working except the print button.
Basically, I have three textboxes where the user inputs numbers and a fourth
which is a calculation result.
The user will change the input numbers and press the calculate button for each
set of numbers. When he is finished I want him to be able to print out all the
lines (rows) of numbers used, i.e., four columns. There may be 60 or more
lines.
How do I save these sets so that they can be printed? They don't need to be
saved to a file for later use, just printed as a final step in the program.
Now each set is just identified as TextBox1.Text, ... TextBox4.Text, then
overwritten by the next set.
I only have three reference books and none has a sample of code on how to do
this.
What are my options for doing this? Thanks for any help.
I have everything working except the print button.
Basically, I have three textboxes where the user inputs numbers and a fourth
which is a calculation result.
The user will change the input numbers and press the calculate button for each
set of numbers. When he is finished I want him to be able to print out all the
lines (rows) of numbers used, i.e., four columns. There may be 60 or more
lines.
How do I save these sets so that they can be printed? They don't need to be
saved to a file for later use, just printed as a final step in the program.
Now each set is just identified as TextBox1.Text, ... TextBox4.Text, then
overwritten by the next set.
I only have three reference books and none has a sample of code on how to do
this.
What are my options for doing this? Thanks for any help.