1
Reply

Display and Print with C#

kpax

kpax

Jan 15 2005 5:00 PM
1.8k
Recently a Friend ask me to build a database for his law firm to store customer info and invoices. I built a MS Access database to store everything and just for fun built a front end with C#. I have some expeience with other languages including C++ but this is my first C# project. Here's the question I have... I'm trying to figure out the best way to display and print the invoices. I need to be able to display a grid with multiple rows of data and print it. I have it set up to use excel now but if they change versions, well you know the rest. Whats the best method of doing this??? I know how to do it with C++(a real pain in the A*%) but there has to be an easier way with C#. Any suggestions would be greatly appreciated. P.S. I'd be glad to provide the source code if anyone wants it.

Answers (1)