CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2009
    Posts
    7

    Searching for a Text Editor Active X

    We would like to insert an ActiveX control in the dialogs of our application that should work as a text editor. The text editor should allow us to:

    - Write dynamically (from our code) any text.
    - Insert dynamically (from our code) any image.
    - Let the user of our program modify the text on the control.
    - Let the user of our program save the contents of the editor into a pdf, doc, rtf files.
    - Let the user of our program print the contents of the editor.

    We can either download a free component or buy it. Where can we find this ActiveX?

    Thanks for any suggestions!

  2. #2
    Join Date
    May 2005
    Location
    Estonia
    Posts
    235

    Re: Searching for a Text Editor Active X

    I think this topic is in wrong section.
    What activex has to do with graphics?
    Rate my post if i it was useful!

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