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

    change color of text

    I send email with VB from Outlook.
    Actually my VB code reads two line text from a text file. I want to change the color in first line and the second line still keeps black. So, when opening the email, people should see the two different color line.

    Thank you if somebody can help me!

    yy


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: change color of text

    One of the other programmers i work with had this exact situation. He ended up downloading a special DLL from Microsoft to handle RTF text messages, since that is what you have to use to have multiple colors in one document. I apologize, I don't know where he got it, and he doesn't work here anymore so I can't really help you out. But if i run across it somewhere, I'll let you know.

    Good luck,
    John

    John Pirkey
    MCSD
    www.ShallowWaterSystems.com
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

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