Re: [DUG] Fancy (ish) emails

2003-12-12 Thread Paul A Norman
If you need to go any further the MSHTML option is not at all hard to implement. As far as I can determine you can keep to a basic core functionality that reaches back as far as IE5 (or even IE4 if you must). Also the Mozzilla Component is becoming much more Delphi friendly and can ship as as

Re: [DUG] Fancy (ish) emails

2003-12-11 Thread Dennis Chuah
Subject: Re: [DUG] Fancy (ish) emails Dennis Chuah wrote: Rob, Take a look at the DHTML editor example that uses IE6. You can also use the DHTML editor component that comes with IE5. Dennis. In Delphi? /demos? or this? http://msdn.microsoft.com/downloads/samples/internet

RE: [DUG] Fancy (ish) emails

2003-12-11 Thread Stacey Verner
You could try SynEdit (http://synedit.sourceforge.net/). It has an HTML export demo. Stacey -Original Message- From: Robert martin [mailto:[EMAIL PROTECTED] Sent: Friday, 12 December 2003 11:40 To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] Fancy (ish) emails

[DUG] Fancy (ish) emails

2003-12-11 Thread Robert martin
Hi all We allow email to be created and sent from within our software using a POP3 component. Currently our emails are all plain text but our users would like to be able to do simple formatting (bold / italic / centred / fonts etc). I could easily whip up a RichText component to handle