CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Text editing

  1. #1
    Join Date
    Jan 2010
    Posts
    2

    Text editing

    what is the best control to use to edit text; ie: bold, underline etc...
    I also need to add pictures and get the x and y coords of the pictures and the text.
    I looked at xslt and xml with word but it seems like overkill.
    Any ideas?

  2. #2
    Join Date
    Jun 2001
    Location
    Melbourne/Aus (C# .Net 4.0)
    Posts
    686

    Re: Text editing

    A RichTextBox control.
    Rob
    -
    Ohhhhh.... Old McDonald was dyslexic, E O I O EEEEEEEEEE.......

  3. #3
    Join Date
    Jan 2010
    Posts
    2

    Re: Text editing

    I was trying to avoid that. Thanks for your reply.

  4. #4
    Join Date
    Jun 2001
    Location
    Melbourne/Aus (C# .Net 4.0)
    Posts
    686

    Re: Text editing

    Would you enlighten us as to why you were trying to avoid a RichTextBox control? Maybe then, somebody could suggest an alternative.
    Rob
    -
    Ohhhhh.... Old McDonald was dyslexic, E O I O EEEEEEEEEE.......

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured