Re: VB.NET separate lines?

  • From: "Buddy W." <wurmlord@xxxxxxxxxxx>
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Sat, 06 Sep 2008 09:12:32 -0500

BlueScale and Charles,

Both methods worked.  I thank you both.

Thanks again,
Buddy
"Self is the only prison that can ever bind the soul." -- Henry Van Dyke





From: <charlesblackusc@xxxxxxxxx>
Reply-To: programmingblind@xxxxxxxxxxxxx
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: VB.NET separate lines?
Date: Sat, 6 Sep 2008 3:56:07 -0400

It is much simpler than that.  You could do something like this:

messageLabel.Text = "Now that the world is through with me." & vbnewline & "I'm waking up, I can not see," & vbnewline & "That there is not much left of me." & vbnewline & "Nothing is real but pain now."

That does it in vb.net 2005.
__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind



__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: