tags:

views:

19

answers:

0

I am writing a VB.NET Windows Application which takes numeric user-input and performs a complicated calculation, yielding many numeric output variables. Previously, I wrote a similar program in VB6, which output the results to a rich text box using fixed-width font in order to organize data in columns and used asterisks to delineate table areas and section borders. I then used the printer object for printing the output.

This method was very archaic and difficult to modify when changes were necessary. I'm hoping someone here can offer alternatives using the capabilities of VB.NET 2008. Any suggestions would be greatly appreciated. If further clarification of the problem is needed, please let me know.

Thanks, John