Q:carriage return in ToolTip

O

OHM \( One Handed Man \)

Button2.ToolTip = "Here are some " & _
vbCrLf & _
" returns and some " & _
vbCrLf & " more"

HTH
 
G

Guest

Thanks for the reply. I set this in the property pane in the visual studio
and run my web based application. When I move my mouse over the button I see
whole thing as a string. What am I missing?
 
O

OHM \( One Handed Man \)

No, you need to do this programatically. Put it in your page_load event.
 

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

Top