Postby ConvertFromOldNGs » Fri Aug 07, 2009 1:09 pm
by Martin Breitland >> Tue, 7 Aug 2007 5:13:44 GMT
Thanks Allistar, I found the methods you were referring to and they were exactly what I needed. Much easier than trying to manipulate the standard label control...
My first implementation was done using a new control class and the window level primitive methods. It was working ok but I then realised the same drawing methods were also present on the printer class, and that resulted in a solution less dependent on frame placement when melded onto a report 'controller' class.
Thanks again.