Use Graphics classes in a class library
Hi,
I am trying to build a general purpose math and graphics class library, but am running into problems because it seems that you can't use graphics classes in a class library unless the library is control-based. But I don't want a control, just some classes and methods for mathematical and graphical calculations. Does anyone out there know how to do this?
Thanks,
Royce