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
Record count Percentage displayed on a report.
Certficate Error: Navigation Blocked
Access database - Problem with gorecord acnewrec
Disk Quotas
Find Nearest Value
How do you remove a Server that has crashed
Outlook 2007 cannot open folders
Updating latest date
Get records based on current date
Does sysprep completely clean old network, domain and user settings in XP ?