Can you put vertical text in a textbox/richtextbox

  • Thread starter Thread starter James Dean
  • Start date Start date
J

James Dean

Can you make vertical text in a richtextbox or is there any way around
this like make the string vertical outside the textbox then try to paste
it in that way into the textbox?....



*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
James Dean said:
Can you make vertical text in a richtextbox or is there
any way around this like make the string vertical
outside the textbox then try to paste it in that way
into the textbox?....

I don't think RichTextBox supports vertical text. You can embed a
graphics object that contains vertical text, but it will just be a
picture: the user cannot edit or format the text.

P.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top