Cheating Network
 
 

Go Back   Cheating Network > General Computing > Programming
Reload this Page How do you do line breaks in vb.net?



Programming

This is a discussion about How do you do line breaks in vb.net? within the Programming section, where you will Anything related to programming or scripting should go here.



Reply
 
LinkBack Thread Tools Display Modes
Old 06-19-2008, 05:40 PM   #1 (permalink)
Senior Member
 
Join Date: Dec 2007
Posts: 348
Reputation: 25
bumbleskull is on a distinguished road
Default How do you do line breaks in vb.net?

I am looking to figure out how to do line breaks in vb.net, the equivalent of "\n" in java but can't figure it out/ find it on google. This is like the least important part of a MySearchFunds bot I am making, but I need it for aesthetic purposes (in the help dialog).

Anyone know how?

screen of bot thus far (not quite finished)

bumbleskull is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-19-2008, 06:28 PM   #2 (permalink)
Member
 
Join Date: Jun 2008
Location: massachusetts
Posts: 80
Reputation: 2
mllanes is an unknown quantity at this point
Default

one of these three. they all should work i think.

Text4.SelText = Text1.Text & Chr$(13) & Chr$(10)

Text4.SelText = Text1.Text & vbCrLf

Text4.SelText = Text1.Text & vbNewLine
mllanes is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-19-2008, 06:29 PM   #3 (permalink)
Senior Member
 
Join Date: Dec 2007
Posts: 348
Reputation: 25
bumbleskull is on a distinguished road
Default

thanks, exactly what I was looking for
bumbleskull is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-19-2008, 06:31 PM   #4 (permalink)
Member
 
Join Date: Jun 2008
Location: massachusetts
Posts: 80
Reputation: 2
mllanes is an unknown quantity at this point
Default

no problem
mllanes is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-19-2008, 06:39 PM   #5 (permalink)
Member
 
Join Date: Jun 2008
Posts: 96
Reputation: 0
billy96 is an unknown quantity at this point
Default

anywords on the bot release date?
billy96 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-19-2008, 06:45 PM   #6 (permalink)
Senior Member
 
Join Date: Dec 2007
Posts: 348
Reputation: 25
bumbleskull is on a distinguished road
Default

tomorrow, after I leave it running for 20+ hours to see if anything goes wrong...
bumbleskull is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
breaks, line, vbnet


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
60.Macrobucks Conga Line Xblitzs Conga Central 13 10-19-2008 04:40 PM
AHK Line Copy Question sapphirenightz Programming 11 01-05-2008 08:57 AM
AHK- Copy/paste a line of text from a document. ahage16 Programming 3 12-04-2007 11:43 PM


Powered by vBulletin
Copyright © 2000-2008 Jelsoft Enterprises Limited.
Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.