Vertical text in labels or textboxes ?????????
Vertical text in labels or textboxes ?????????
(OP)
Hi all!
Please can somebody tells me how to put text vertical in labels or textboxes?
I tried to find it in helps but with no success.
Thanks in advance
Please can somebody tells me how to put text vertical in labels or textboxes?
I tried to find it in helps but with no success.
Thanks in advance





RE: Vertical text in labels or textboxes ?????????
You can create the text in a image editor software and insert a picture with the text.
It's a way.
I hope it can helps.
Regards,
MHendler
RE: Vertical text in labels or textboxes ?????????
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=33883&lngWId=1
I have not tried it out myself, but looks like it may be a step in the right direction for you.
Hope it helps.
RE: Vertical text in labels or textboxes ?????????
and insert a CRLF (thats chr(13) & chr(10) between each letter.
RE: Vertical text in labels or textboxes ?????????
Text1 = Text1 & vbCrLf
Label1 = Label1 & vbCrLf
RE: Vertical text in labels or textboxes ?????????
MHendler's solution does not allow for the text changing.
The Wade/Gaba solution is a nasty kludge, and does not rotate the letters.