[twsocket] ICS Demo iImilar To WebServer App

2005-11-28 Thread ed
Hello: Is there an ICS demo similar to the stand-alone CGI executable (Win-CGI) demo that comes with BCB? Have implemented the demo program that ships with BCB but the Request->Referer filed is an empty string. Any ideas on the best way to get started with a new project using ICS components

Re: [twsocket] Http proxy problem

2005-11-28 Thread Maurizio Lotauro
On 27-Nov-05 10:55:08 Paul wrote: >Hi Maurizio, >> Anohter question. Is there involved an authentication? >Yes, it is and the user is requested to enter the proxy username and >password. >The proxyname and port are auto-detect. Are you using HTTP 1.0 or 1.1? If the client doesn't keep alive the

Re: [twsocket] UserManager component

2005-11-28 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: >> To store or send component data I use XML format. >> XML-text is written without the help of a third party component >> however >> for parsing I use Stefan Heymann's TXmlScanner/TXmlParser >> http://www.destructor.de. It appears to be the freeware sol

Re: [twsocket] UserManager component

2005-11-28 Thread Angus Robertson - Magenta Systems Ltd
> To store or send component data I use XML format. > XML-text is written without the help of a third party component > however > for parsing I use Stefan Heymann's TXmlScanner/TXmlParser > http://www.destructor.de. It appears to be the freeware solution with > less overhead. Should I better avoid

Re: [twsocket] AttachHeader smtpclient html

2005-11-28 Thread DZ-Jay
On Nov 27, 2005, at 18:07, walter garcia wrote: > DZ-Jay wrote: > >> Hello: >> To attach an image and display it inline, you must reference it via >> its MIME Content-ID from the image tags. For example, when you attach >> the image, you create a Content-ID header for that attachment, and us

[twsocket] UserManager component

2005-11-28 Thread Arno Garrels
Hello, I'm actually writing a simple user manager component that I would like to contribute to ICS. The component makes use of classes TCollection/TCollectionItem to realize a tree-structure. A user group contains accounts, accounts may have parameters. To store or send component data I use XML