selecting word from textbox with C#
Posted
by Eyla
on Stack Overflow
See other posts from Stack Overflow
or by Eyla
Published on 2010-04-27T05:12:25Z
Indexed on
2010/04/27
5:13 UTC
Read the original article
Hit count: 270
Greetings;
I'm looking for a method to get the value for a selected word from textbox.
For example:
I have textbox.Text =" How are you";
when I select "are" I should get message with selected word MessegeBox.Show(selectedWord);
Please help.
© Stack Overflow or respective owner