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
OpenRecordSet querydef with parameter problem Access 97
CHARINDEX whole word match
Remove hiberfil.sys windows 2003 SBS sp1
I need my DateTimePicket to only allow dates for this year (vb.net)
Vista Activation?
Where are my e-mail messages?
SFTP DLL
Interrupt windowsw startup for installtion tasks
Digging in to somebody else's stuff
DECLARE_DYNCREATE and protected constructor