How my Toolbar written in C# can get marked text in text area.
Hello everybody. I have a problem. I develop IE toolbar with C# and i need to add some attributes before and after a marked text. For example if i have marked text in textbox in webpage as This is marked text and i press the Bold button on my toolbar, my toolbar must add at the begining and at the end of this text follow:[attribute bold] This is a marked text [ close attribute bold] . So my question is how programatically i can understand what text is marked?Once i have a string i will add at the beginning and at the end and and i will return string into the textbox in the webpage. If someone is fimillar with IE development with C# please tell me one more thing. How i can return the marked text in textbox with the attributes?
P.S. if i have marked text i need to add for example [some atributes] marked text [close some atributes]. I hope you know what i mean.
Thanks.
[882 byte] By [
NGSUser] at [2008-2-1]
