caret
-
-
Hai I am using .net windows form application, richtextbox control for creating a text editor. I don't know how to get caret position. Is there any command available to get the caret position. Can you tell me & give example. Thanks in advance Mani.
Here you go: Get the position of the caret[^] In .Net Framework 3.0 there RichTextBox class has a property called CaretPosition
Giorgi Dalakishvili #region signature my articles #endregion
-
Here you go: Get the position of the caret[^] In .Net Framework 3.0 there RichTextBox class has a property called CaretPosition
Giorgi Dalakishvili #region signature my articles #endregion
-
Hai Thanks for reply, Here i am using .Net Framework 2.0,Mc++. Is here any command like caretposition. can you tell me. Thanks
modified on Thursday, May 15, 2008 10:58 PM
Did you have a look at the link I suggested?
Giorgi Dalakishvili #region signature my articles #endregion
-
Did you have a look at the link I suggested?
Giorgi Dalakishvili #region signature my articles #endregion
Hai Thanks for reply. I saw that, actually what i want is i want to move the cursor position to the end of the file. while open the file. For that i want to know how to move the caret from one place to another place. your attached document is very helpful for me. Thanks again, Mani,
-
Hai Thanks for reply. I saw that, actually what i want is i want to move the cursor position to the end of the file. while open the file. For that i want to know how to move the caret from one place to another place. your attached document is very helpful for me. Thanks again, Mani,
Do you want to move caret to the end of the text in a textbox or do you want to move cursor position in the stream you are reading from?
Giorgi Dalakishvili #region signature my articles #endregion
-
Do you want to move caret to the end of the text in a textbox or do you want to move cursor position in the stream you are reading from?
Giorgi Dalakishvili #region signature my articles #endregion
-
Hai Thanks for reply I want to move the caret position to end of the textbox. Thanks, Mani,
Here you go: cursor position in textbox [^]
Giorgi Dalakishvili #region signature my articles #endregion
-
Here you go: cursor position in textbox [^]
Giorgi Dalakishvili #region signature my articles #endregion
-
Glad to help you :)
Giorgi Dalakishvili #region signature my articles #endregion