how to create a custom textbox control to show vertical text

  • Thread starter Thread starter harvie wang
  • Start date Start date
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
 
Hello chanmm,
thanks:)
I use graphics.Drawstring(...)
but it's not my want.
is here more good ideas?
 
Back
Top