M Matt Tapia Nov 26, 2003 #1 Is there a way to insert text into a multi-row textbox where the cursor position is at in the multi-row textbox? Just wondering
Is there a way to insert text into a multi-row textbox where the cursor position is at in the multi-row textbox? Just wondering
C Chris Taylor Nov 26, 2003 #2 Hi, You can set the SelectedText property to the text you want to insert, if there is no text selected the text is inserted at the current caret position. Hope this helps Chris Taylor
Hi, You can set the SelectedText property to the text you want to insert, if there is no text selected the text is inserted at the current caret position. Hope this helps Chris Taylor