Click to See Complete Forum and Search --> : Printing in C++ .NET


Diezel
October 30th, 2004, 11:39 AM
Not so much asking for help. I would need some good documentation on using DLL files.
I've been developing a program and the printing code in it really sucks. I have a diffrent handler in every form. A few forms print just about the same info from diffrent parts of the program. Now this really makes the code bad, because the same code eats close to 1000 lines of code.
This could probably be made nicely with a class, but I seem to have some problems moving the printing part out of the form.
To my knowledge this should be possible with .dll:s so now I call out to anyone here who found good documentation on this.
Or maybe I should stop saving money and go get myself a good .NET book.

Thank you for anything helpfull.

Diezel