H harvie wang Jul 16, 2006 #1 Hi, I want to show vertical text in textbox, how to do? Best Wish, Harvie 2006-7-16
C chanmm Jul 16, 2006 #2 Make the textbox multiline and size it to one character width then you text will be vertical (if that is acceptible). If not I bet you have to use drawing. chanmm
Make the textbox multiline and size it to one character width then you text will be vertical (if that is acceptible). If not I bet you have to use drawing. chanmm
H harvie wang Jul 16, 2006 #3 Hello chanmm, thanks I use graphics.Drawstring(...) but it's not my want. is here more good ideas?