You are here

Open Source Microsoft ActiveX Alternative

7 posts / 0 new
Last post
guywithcable
Offline
Last seen: 15 years 2 weeks ago
Joined: 2007-03-06 13:27
Open Source Microsoft ActiveX Alternative

Does anyone know where to find any open source alternatives to the following Microsoft binaries?

MSCOMCTL.OCX
MSINET.OCX
scrrun.dll
shdocvw.dll
VB6STKIT.DLL

ZachHudock
ZachHudock's picture
Offline
Last seen: 1 year 3 months ago
Developer
Joined: 2006-12-06 18:07
What exactly are these

What exactly are these binaries used for? (what purpose does each serve)

If we know the purpose of the libraries it may be easier to find an alternative.

The developer formerly known as ZGitRDun8705

guywithcable
Offline
Last seen: 15 years 2 weeks ago
Joined: 2007-03-06 13:27
Clarification of Functions

MSCOMCTL.OCX - This includes common activex controls. The ones I use from it are the ListView and the ImageList.
MSINET.OCX - This includes a web browser activex control. I believe there is one made from FireFox but I don't know where to get it.
scrrun.dll - This is Microsoft's scripting runtime DLL. Does anyone know if this is included by default on all Windows machines?
shdocvw.dll - This includes internet related functions. I believe the only thing I use that requires this is the MSINET.OCX.
VB6STKIT.DLL - This is used for installation functions. The only function I need from it is one to make a Windows Shell Link (or shortcut) file. I don't need to rest of the functions in it.

guywithcable
Offline
Last seen: 15 years 2 weeks ago
Joined: 2007-03-06 13:27
Found the Mozilla ActiveX

I just found the Mozilla ActiveX control (MSINET.OCX alternative). In case you want to know, it's here:
http://www.iol.ie/~locka/mozilla/control.htm

guywithcable
Offline
Last seen: 15 years 2 weeks ago
Joined: 2007-03-06 13:27
Might have to write my own. Any help?

I can't find even a hint of any open source controls like these so I'll probably have to write my own. Would anyone be willing to help me write them?

ZachHudock
ZachHudock's picture
Offline
Last seen: 1 year 3 months ago
Developer
Joined: 2006-12-06 18:07
Is there a way to implement

Is there a way to implement those types of features without depending on ActiveX? I'd help, but i have nowhere near enough experience, skill, or free time.

The developer formerly known as ZGitRDun8705

rab040ma
Offline
Last seen: 1 week 1 day ago
Joined: 2007-08-27 13:35
Most of those things are

Most of those things are already installed on most machines. Couldn't you just have the installer check for them, and link to the Microsoft download page if not found?

Sounds like you are looking for an activex interface to GTK or one of the other widget libraries.

MC

Log in or register to post comments