Getting selected text from textbox
-
Ok, I am trying to program a simple text editor for my project. My question is, how would you find out what text has been highlighted from a textbox control? (highlighted as in, when the user selects text with his mouse). This would be used to set the highlighted text to bold/italic/etc... If this cannot be done with a textbox, I am open to suggestions at this point in time. Thanks. Jon G www.Gizmocoder.com
-
Ok, I am trying to program a simple text editor for my project. My question is, how would you find out what text has been highlighted from a textbox control? (highlighted as in, when the user selects text with his mouse). This would be used to set the highlighted text to bold/italic/etc... If this cannot be done with a textbox, I am open to suggestions at this point in time. Thanks. Jon G www.Gizmocoder.com
Forget about helping me on this one, I have figured it out. Thanks. Jon G www.Gizmocoder.com