ControlTipText

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I re-size the ControlTipText box on a form? Problem is that the text
appears in a thin box accroos the page, cutting off part of the help text. I
want to make the text box such that word wrap around occurs and all the text
is visible. I don't know visual basic programming. Thanks!
 
You can't resize ControlTip box, but it shouldn't be necessary anyway. If
you want "word wrapping", just insert your own line feeds to make your own
multiple lines. Use Ctrl+Enter to insert a line feed.
 

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