selecting word from textbox
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:53 UTC
Read the original article
Hit count: 266
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);
© Stack Overflow or respective owner