
Turning a label or textbox text 90 degrees?
You need to check out the current state of this on the MSDN site (I have to
pay by the minute for my 'phone calls, or I would do it myself). Microsoft
initially posted a method to create the appropriate rotated font so that you
could print text at any angle using the VB printer object. This worked
properly, and we were happy. Then, Microsoft brought out Service Pack 3. SP3
"fixed" the rotated font stuff so that it didn't work any more! The VB
Printer Object began to ignore the rotated font - so it was useless.
Microsoft then issued some more code which showed how to properly create a
rotated font - but, unfortunately, this only worked when you used API calls
to print to a Device Driver (or something) - and so ALL of your printing on
that page had to be done using API calls. Again - pretty much useless for us
"Printer Object" people. The last I heard was that Microsoft was "looking at
this". Check them out if you have free 'phone calls (or bags of money). I
would appreciate it if you would let me know the answer.
Mike
Quote:
> I know I have read it in here before but can not find the answer....
> I've searched the code sites and just need an answer...uggghhh
> Can anyone help me on how to turn text 90 degrees?
> Thank you,
> Richard Wittmann