Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by londonmay

  1. londonmay

    Using Rich Text Box in VB6

    Sorry for the confusion. It's only a very simple function which does the following: 1. User writes an email, fills out the various to, from, subject etc details 2. Message "text" is written in a multi-line rich text box 3. User sends message, message details written to Access db. Details...
  2. londonmay

    Using Rich Text Box in VB6

    Thanks everyone for the replies. I am aware of the different .text and .textrtf properties. When saving the contents of the box I use the .textrtf property (assuming that this is the way to save all the formatting details) rs.fields("Message") = rtbMessage.textrtf Similarly when trying to...
  3. londonmay

    Using Rich Text Box in VB6

    I am trying to build a very simple email function into a program. I have a simple form which has a Rich Text Box. The contents of this is stored in a memo field in an Access database. When recalling the message and displaying it's detail I cannot seem to get the memo field contents to display...

Part and Inventory Search

Back
Top