I need to write some strings vertically (rotated 90 degrees) on a bitmap. Is there any way this can be done in VB6?
LP
Printable View
I need to write some strings vertically (rotated 90 degrees) on a bitmap. Is there any way this can be done in VB6?
LP
hmm, i think it may be easier approaching the problem from the other direction
somewhere on this site, there is an article about how to rotate a bitmap.
what you could do it rotate the original bitmap, write the text onto it (horizontally) and then rotate it back to its original angle.