Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Create ActiveX for IE

0 views
Skip to first unread message

bbo...@gmail.com

unread,
Jul 16, 2007, 4:13:19 AM7/16/07
to
Hi

I have to develop an activex and I have some problems !

- I've develop in C#. is it right ?
- How can I create an installer for every one in my company ? It must
be installed directly into IE !


Please help me !

Best Regards

Gigasoft

unread,
Jul 18, 2007, 1:06:18 PM7/18/07
to
Hi,

Search Micrsoft's MSDN site for activex and deployment and cab.

You can use cabarc to create a cab file and then the CODEBASE attribute of
the OBJECT html tag to point to this cab file on your server. You may want
to use Depends.exe to make sure your cab file includes all necessary files.

C# is ok, but will add the dependency of framework on all your target
systems. Better to use C++, VC Appwizard will create an MFC based ActiveX
that won't have the framework dependency.

Also, best to mark your ActiveX as safe for scripting as this will make IE
deployment more robust. Search MSDN site for "safe for scripting."

best regards,

Robert Dede
Gigasoft, Inc.
www.gigasoft.com

<bbo...@gmail.com> wrote in message
news:1184573599.7...@q75g2000hsh.googlegroups.com...

0 new messages