Hi,
This is nag.
I have a problem with infragistics7.1 UltraTextEditor control.
I am using C# code in windows form.
I have UltraTextEditor control(With multi line enabled) in my Windows Form. A user can drag and drop a text(Usually from a tree node its name would be appended on drag and drop) in this control. Here user can put cursor any where inside this texteditor control and he can drag and drop text into it.
Eg: If text editor control contains the text as : " Sample Program"
Now i place cursor between "sample" and "program" and goes to treeview control and if i drag and drop a tree node with name as ("Test") , then the ultratexteditor should be updated with "Sample Test Program".
(Here pls note that the user wont select text inside control but he puts the cursor in desired location and goes for treeview control to drag and drop)
Now my problems are
1.how to get the cursor position inside the texteditor.
2. How to append text in cursor position.
Anyone Please help me regarding this problem.
Waiting For ur valuable Reply...