I have a little project I did and all seems to work find but someone ask me if when you highlight the word the word would be in the code ?
like this [ B ]Fat[ /B ] (space it so it would show up)
So any word put in to the input1 would then have the bbcode around it when highlighted . right now if you add a word it will get over written .Code:Input.SetText("Input1", ""); text = Input.GetText("Input1"); Clipboard.CopyText(text);
Oh the text is coming from the name of the button.

