Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: Convert Indy HTTPServer as an OCX
| Subject: | Re: Convert Indy HTTPServer as an OCX |
| Posted by: | "Ian Groves" (ian@remove_this_bitigroves.f9.co.uk) |
| Date: | Fri, 9 Jun 2006 23:17:39 |
Thanks All
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:4489e813@newsgroups.borland.com...
>
> "Ian Groves" <ian@REMOVE_THIS_BITigroves.f9.co.uk> wrote in message
> news:4489dd7d@newsgroups.borland.com...
>
>> How difficult would it be to convert indys httpserver to
>> an ocx control so it could be used in VB?
>
> You can't convert it directly. You would have to make the OCX wrap the
> HTTPServer internally, instantiating it dynamically when needed.
>
> Alternatively, if you use VB.NET, then you can use Indy 10, as it has
> native
> .NET support. You would then be able to use the HTTPServer component
> directly in VB.
>
>
> Gambit
none