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

Thread: Editor

  1. #1
    Join Date
    Aug 2000
    Posts
    29

    Editor

    Hi! I am making a program that has an editor that should be able to save a .txt or .rtf file and preserve the format of the file (meaning centering, justification, bold and italicized words/letters should be preserved). How can this be done? Hope you can help me.


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Editor

    you can check on the rich text box control.

    hth

    cksiow
    http://vblib.virtualave.net - share our codes


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