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
Find bottom level of an SQL Tree
Distributed transaction completed. Either enlist this session in a new transaction or the NULL transaction
Load into SQL Server From FoxPro database through SSIS
Find Corrupt Record
two case statements in one SQL view
The default gateway setting is lost when you wake a Windows Vista
Update field value after update check box
Query questions
Show network share as local disk
How do i pass data from one listbox to another listbox in vba.