How to enchance text area in forum?

I had build a very simple forum.

May i know that how can i enchance my forum like gave some function in the Textbox

For example ,Bold, Italic,Underline, Color of Font and emotion icon.

Can anyone gave me the example of code

I need it so much.

Thank you.




Answer this question

How to enchance text area in forum?

  • DotNetRules

    Hi

    in VB2005 (and VB2003 I think) create a FontDialog and then go

            fd.ShowDialog()

            TextBox1.Font = fd.Font()


    (where textbox1 = a text box and fd = your FontDialog)

    Thanks

    Joshua Harris


  • How to enchance text area in forum?