RE: [DUG] Skins in delphi

2007-11-28 Thread Jeremy Coulter
check out www.torrys.net its the main website for Delphi components, and there will definitly be stuff on there. Select the "VCL" option from the menu, and then it will show al the component categories on the left. Jeremy _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [DUG] SMTP Server Component

2007-11-28 Thread Matthew Comb
Hi Neven, Try the following: var MultiPartMix, MultiPartRel, MultiPartAlt: TMimePart; MimeMessage := TMimeMess.Create Try { multiparts (parent-parts) } MultiPartMix := MimeMessage.AddPartMultipart('mixed', nil); MultiPartRel := MimeMessage.AddPartMultipart('related', MultiPartMix); Mult

RE: [DUG] Skins in delphi

2007-11-28 Thread David Brennan
Hi Vikas, Developer Express now have skinning functionality along with the rest of their component suites. In general I think the DevExpress stuff is excellent (with one or two exceptions) so I would recommend DevExpress but I haven't actually had a look at their skinning implementation so I ca

Re: [DUG] Skins in delphi

2007-11-28 Thread Todd Martin
Have you tried googling for +delphi +themes Todd. On Wed, 28 Nov 2007 18:44, Vikas... wrote: > Hi, > > i am developing an application in delphi 5, i want to add skins feature to > it. Can anyone suggest me any open source tool or free component to wortk > with Delphi 5. Or is there is any documen

Re: [DUG] Skins in delphi

2007-11-28 Thread Nick
I used this one quite a bit with Delphi 7, it's pretty cheap. http://www.link-rank.com/ Vikas... wrote: Hi, i am developing an application in delphi 5, i want to add skins feature to it. Can anyone suggest me any open source tool or free component to wortk with Delphi 5. Or is there is any