IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Yes but
In order to use a constant to have to string thing together such as:

"This is line 1" & ControlChars.CrLf & _
"This is line 2"

Which is how I did it. I used the ToolTip1.SetToolTip(control, tip)
in the Form_Load event. This works but seems the wrong place to do it.

But you can't specify quotes strings and constants this
way when placing text in the ToolTip Properties entry.

In C or Perl I would say: "This is line 1\\nThis is line 2"

Does VB have the ability to embed these types of characters
directly in strings?
New Re: Yes but
You might want to use Environment.NewLine instead, just in case you want to port to Mono later or something.
--
Chris Altmann
     Embedding NL in text in VB - (broomberg) - (5)
         Never mind - (broomberg)
         What's NL - (ChrisR) - (2)
             Yes but - (broomberg) - (1)
                 Re: Yes but - (altmann)
         Yes - (ben_tilly)

I'm very sorry, but I'm not allowed to argue with you unless you've paid.
49 ms