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: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Fri, 9 Jun 2006 14:27:12 |
"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