RichTextBox line
-
Say that i want to get the text that is found on a specific line of the text box... (say line 5). How do i do that? Pls help.. thx:)
string txtline5 = rtb.Lines[4];
xacc-ide 0.0.15 now with C#, MSIL, C, XML, ASP.NET, Nemerle, MyXaml and HLSL coloring - Screenshots -
string txtline5 = rtb.Lines[4];
xacc-ide 0.0.15 now with C#, MSIL, C, XML, ASP.NET, Nemerle, MyXaml and HLSL coloring - ScreenshotsWell, that will give you the 5th line of text, not counting word-wrapper lines.
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Homosexuality in Christianity Judah Himango
-
Well, that will give you the 5th line of text, not counting word-wrapper lines.
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Homosexuality in Christianity Judah Himango