Editable Text box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • renji1981
    New Member
    • Dec 2006
    • 8

    #1

    Editable Text box

    Hello

    I need to implement a textbox or a fiels where i can insert text and add certain function that MS word supports like TEXT FORMATTION ( FONT , STYLE _ ETC IN A WINDOWS FORM USING c# . just like the new thread box in bytes for inputing text.. can someone help me out ..
  • cloud255
    Recognized Expert Contributor
    • Jun 2008
    • 427

    #2
    Hi

    The richtextbox control can has a lot of functionality when it comes to formatting text. For full details check out the MSDN

    Comment

    • tlhintoq
      Recognized Expert Specialist
      • Mar 2008
      • 3532

      #3
      FYI - This really should be moved to "answers" instead of "insights"

      Comment

      • NeoPa
        Recognized Expert Moderator MVP
        • Oct 2006
        • 32669

        #4
        Nice call - best to report rather than post it though. That way a moderator is e-mailed immediately.

        Comment

        • renji1981
          New Member
          • Dec 2006
          • 8

          #5
          rich text box if fine . but how can we implement in the way they have implemented it the quick reply of bytes

          Comment

          • cloud255
            Recognized Expert Contributor
            • Jun 2008
            • 427

            #6
            Well, all the functionality involved with changing font and such come standard with the control.
            You will need to create the user interface yourself.
            Give it a try (make some buttons and try to edit the text) and if you get stuck, post the section of code which is giving you troubles and we will have a look at it and help you out.

            Comment

            Working...