Re: Writing text at an angle on a VB Form



"Mike Williams" <Mike@xxxxxxxxxxxxxxxxx> wrote in message
news:dev469$rld$1@xxxxxxxxxxxxxxxxxxxxxxx

Oops! Slight "typo" there. In the code I just posted there are the lines:

' how to set 12 point text for a VB Form:
font.lfHeight = (24 * -20) / Screen.TwipsPerPixelY

I of course meant to say:

' how to set 24 point text for a VB Form:

Mike



.



Relevant Pages