Microsoft
Software
Hardware
Network
Question : Get specified line contents
I would like to get the contents of a specified line of multiline textbox. Each line can be a different length. By example, I would like to get the contents of line 5125 from position 1 for the length of the line itself
Answer : Get specified line contents
Try using the Lines() property...
Dim line As String = TextBox1.Lines(5124) ' <-- 0 based index
Random Solutions
Linking Excel to Access databas
How do I add "domain users" to local administrator group
Runtime error 490 and followhyperlink
How to extract table field list using query
Populate lookup field with data from parent site list
round() method in MFC
How to set scroll position of a datalist inside a div tag using javascript?
access 2007 relationships
How Do I download AJAX Futures?
Code retriving duplicated numbers.