Thanks Arun. It works great now. I appreciate your help.
>Hi Nick
>
>This seems to be due to the
CopyWithoutSelection property in Essential Edit (similar to VS.NET). This behavior should go away when you set this property to false but it does not.
>
>You could work around this by checking the HasSelection property:
>if(this.editControl1.HasSelection)
>{
> MessageBox.Show(this.editControl1.SelectedText);
>}
>
>I am
uploading a sample. Kindly take a look and get back to us if you have any further questions.
>
>Regards
>Arun
>