CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    6

    Help for selecting textediting library or control

    Can anybody suggest a library og control to use for textediting in a C++ program. I have been looking at TE and Visual Writer any suggestions.



  2. #2
    Join Date
    May 1999
    Posts
    82

    Re: Help for selecting textediting library or control

    I don't know anything about TE or Visual Writer, but I was just wonder if you had looked into using one of MFCs built in views like CEditView or CRichEditView???


  3. #3
    Join Date
    May 1999
    Posts
    6

    Re: Help for selecting textediting library or control

    Actually I have, but I have trouble making the tab bar at top of the edit area for displaying and marking tab stops, so just to find a way to get the job done.


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