CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2001
    Location
    Alberta, Canada
    Posts
    10

    Text Editor Rich Text Box

    I am looking for a Free Text Box OCX that will work simlarly to the Rich Text Box but one that I can email the text, using Winsock, and it will appear in the recipients e-mail as it was sent. Any type of OCX that would handle this would be good. It is for E-Mailing a News Letter out to addresses from a Database List in a specialized program. Any help on this would be greatly appreciated. E-Mail [email protected]


  2. #2
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: Text Editor Rich Text Box

    The RichText box has a property called TextRTF. You send RichTextBox1.TextRTF and at the client, assign this value to the TextRTF property of a richtextbox. All formats will be retained.


  3. #3
    Join Date
    Aug 2001
    Location
    Alberta, Canada
    Posts
    10

    Re: Text Editor Rich Text Box

    Thanks for your reply. What I need though is an OCX that will handle the messaging of an e-mail the same as Outlook Express does. Allowing the user to enter pictures and text and change fonts etc. The recipient will not have a RichTextBox to view it in. They have to view it in their own e-mail program as is. Any other solutions will be greatly appreciated.


  4. #4
    Join Date
    Apr 2001
    Posts
    44

    Re: Text Editor Rich Text Box

    Hi,

    I am developing an application using richtx32.ocx.
    I often use RichTextBox1.selText, RichTextBox1.selRTF... and I saw that it behaves differently in Win2K and win9x . If you have experiences about that please help me.

    And I can change background color of selected text in Win2K but not in Win9X. Do you know why ?

    Thank you.



  5. #5
    Join Date
    Aug 2001
    Posts
    1

    Re: Text Editor Rich Text Box

    Hello!
    Rich text box also u can use for mailing.You can also directly open a picture into the RTB, for that u have to use load function.Once u complete your text writting please save as HTML and send that HTML file as attaching into ur mail.
    Thanks & Regards
    Rajat Nayak


  6. #6
    Join Date
    Aug 2001
    Location
    Alberta, Canada
    Posts
    10

    Re: Text Editor Rich Text Box

    Thanks for your reply. How do you save in HTML?


  7. #7
    Join Date
    Sep 2001
    Posts
    1

    Re: Text Editor Rich Text Box

    There is a new Riched20.dll (richedit 3.0 as they call it) available which has several property enhancements which are not available in the RTB. This dll comes with w2k, office2000 . Go to VBAccelerator.com and check out their richtext control which use the riched20.dll, its worth the while.


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