MarkG
06-12-2001, 01:09 PM
I found and incorporated John Percival's tip at VB World on how to print text rotated 90 degrees to a picture box. How do you print that rotated text to the printer? I'm trying to print the form but the rotated text doesn't print correctly.
Thanks for your help!
GregHatfield
06-21-2001, 11:00 PM
A service pack in VB5 introduced a bug causing rotated text to not work properly. MSDN articles document this and also provide a fix. I believe you must supply the printer.hdc not a variable which was assigned the printer.hdc to the TextOut function (of course this could be reversed). I dealt with this awhile ago and believe that was the solution. Check the MSDN articles at Microsoft site for further details.
Greg