Friday, 7 June 2013

select cursor position in textbox control


TextBox1.Select(Start Length,End Length);
//------------------
TextBox1.Select(TextBox1.Text.Length,Length);

No comments:

Post a Comment

How to highlight selected text in notepad++

  –> To highlight a block of code in Notepad++, please do the following steps step-1  :- Select the required text. step-2  :- Right click...