Registering ActiveX

P

Praveen

Found this on Microsoft pages.

Windows CE does not have the Component Categories Manager to register and
unregister controls and to provide information about the categories that are
implemented or required by a control. Therefore all ActiveX controls must be
registered by manually editing the system registry, or by the setup program
that installs the control.

http://msdn.microsoft.com/library/d...html/ceconDevelopingSecureActiveXControls.asp

If the goal is to register an ActiveX on the .NET default emulator so that
one can use it from a web browser control, does anyone know how the
installshield script will be? I have not dealt with that yet.

Appreciate your inputs.

Thank you.
-Praveen
 
C

Chris Tacke, eMVP

This is very much not a Compact Framework question. Check the InstallShield
docs for how to register a COM component.

-Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top