G Guest Apr 8, 2006 #1 Hello, Is it possible to put carriage return in ToolTip properties of a button?
O OHM \( One Handed Man \) Apr 8, 2006 #2 Button2.ToolTip = "Here are some " & _ vbCrLf & _ " returns and some " & _ vbCrLf & " more" HTH
G Guest Apr 8, 2006 #3 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?
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 \) Apr 8, 2006 #4 No, you need to do this programatically. Put it in your page_load event.