Hi:

Anyone knows how to embed an exe file inside an ActiveX control ? I would
like the activex control to be downloaded and execute the exe file on the
user machine.

Thanks in Advance
Polaris

Re: Embed an exe inside an ActiveX control ? by Aaron

Aaron
Mon Jul 12 23:54:05 CDT 2004

Polaris wrote:

> Hi:
>
> Anyone knows how to embed an exe file inside an ActiveX control ? I would
> like the activex control to be downloaded and execute the exe file on the
> user machine.

How about you don't. You've heard of security right? Or are you writing
a virus/trojan?

Re: Embed an exe inside an ActiveX control ? by ak

ak
Tue Jul 13 08:44:31 CDT 2004

On Mon, 12 Jul 2004 13:21:33 -0700, "Polaris" <etpolaris@hotmail.com> wrote:

>Hi:
>
>Anyone knows how to embed an exe file inside an ActiveX control ? I would
>like the activex control to be downloaded and execute the exe file on the
>user machine.
>
>Thanks in Advance
>Polaris
>

Well I don't see why you can put the .exe as a custom resource in your
active -x control and then extract it when when you want to run it
- not sure which language you are programming in.

/ak
--
You are only young once, but you can stay immature indefinitely.

Re: Embed an exe inside an ActiveX control ? by Ram

Ram
Wed Jul 14 08:02:46 CDT 2004

Mr. Aaron Lawrence,

Really, you may be right. I was about to ask such questions. But I hadn't
proper words to ask, which you fulfilled.

Ram Kumar


"Aaron Lawrence" <aaronlNO@SPAMintegration.co.nz> wrote in message
news:u3JSZXJaEHA.596@TK2MSFTNGP11.phx.gbl...
> Polaris wrote:
>
> > Hi:
> >
> > Anyone knows how to embed an exe file inside an ActiveX control ? I
would
> > like the activex control to be downloaded and execute the exe file on
the
> > user machine.
>
> How about you don't. You've heard of security right? Or are you writing
> a virus/trojan?