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.
 
Back
Top