Re: [twsocket] SMTP demo and RichText

2006-05-16 Thread Arno Garrels
Francois Piette wrote: btw: RTF message is not a very good idea. Many email client doesn't support it. You'd better use HTML messages which are demoed in MailHtml sample provided with ICS. If you are looking for a free html editor you may try Kurt Senfer's ActiveX component, available in the

[twsocket] New MIME type

2006-05-16 Thread Abdullah AlQasim
Hi All, How can I build program users can request it from browser .. for example : In browser instead of http:// I want to have my own extension. Is this related to windows extensions? Any example or demo will be great. Thanks you in advanced. Abdullah -- To unsubscribe or change your

Re: [twsocket] New MIME type

2006-05-16 Thread Francois Piette
How can I build program users can request it from browser .. for example : In browser instead of http:// I want to have my own extension. Is this related to windows extensions? This is not related to winsock and can't be done with ICS. What you want is named URL Moniker. See this:

[twsocket] ICS TftpCLient 100% cpu load

2006-05-16 Thread jacques marchal via adepi.be
I am testing the component TFtpClient. All are running fine except the CPU load at 100%. Multitasking is heavily affected during the sending process. And I am using a 25 Kbyte ascending channel ADSL. That means a transfert of 100 Mb can take a full hour... Is it a way to reduce this CPU load, my

Re: [twsocket] ICS TftpCLient 100% cpu load

2006-05-16 Thread Wilfried Mestdagh
Hello jacques, Use async methods, then nothing is running in a wait loop and you will consume almost no CPU. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Tuesday, May 16, 2006, 15:47, jacques marchal via adepi.be wrote: I am testing the

Re: [twsocket] ICS TftpCLient 100% cpu load

2006-05-16 Thread Francois Piette
Are you using async mode ? If not, then use it. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message

Re: [twsocket] ICS TftpCLient 100% cpu load

2006-05-16 Thread jacques marchal via adepi.be
At 16:18 16/05/2006 +0200, you wrote: Hello jacques, Use async methods, then nothing is running in a wait loop and you will consume almost no CPU. OK, perfect and even better then WS-Ftp, sorry, I expected to find a property (mode sync/async) and not a method. Next time I will read further.

[twsocket] Fw: ICSv6-BCB2006

2006-05-16 Thread Fastream Technologies
: Hello, : : Peter has worked on the problem: http://www.fastream.net/peter. Your : feedback is always welcomed! : : Best Regards, : : SZ : -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at

Re: [twsocket] SMTP demo and RichText

2006-05-16 Thread Jeff Cook
Thank you Francois and Arno I'll take your advice and use HTML - for the reasons Francois gave about many email client not supoorting it - but also because I've already solved the problems of converting RTF to HTML for our bulk emails. One downside of doing so is that pretty rich text letters