Re: ActiveX Dead? Alternatives?
Ioannis Vranos wrote:[color=blue]
> I am not against ActiveX in particular, I do not know much about the
> technology anyway. My guess is, it is using Win32 API and thus it is
> restricted to it.[/color]
Any self-registering COM DLL qualifies as an Active-X control. As such
there's virtually no limit to what such a control might do (including host
the CLR and run managed code).
-cd
Ioannis Vranos wrote:[color=blue]
> I am not against ActiveX in particular, I do not know much about the
> technology anyway. My guess is, it is using Win32 API and thus it is
> restricted to it.[/color]
Any self-registering COM DLL qualifies as an Active-X control. As such
there's virtually no limit to what such a control might do (including host
the CLR and run managed code).
-cd
Comment