Invoke an ActiveX DLL without registering it?
Fri, 14 Apr 2006 10:53:12 -0700
I would like to invoke members of a local ActiveX DLL given its physical
file path rather than using its CLSID. I don't want to register it at all (I
have reasons, let's not discuss that).
What's the easiest way to pull this off?
Jon
...
|
Extending COM interfaces with new functionality
Fri, 14 Apr 2006 11:03:36 -0400
I have a few questions about what is appropriate when adding new features to
your COM interface.
First- I have a Property that is an enumeration- it has both get and set
methods. I'd like to add new values to this enumeration (new functionality
is available now). Can I just add the values to the enumerati ...
|
DCOM: Launch & Activation permissions on XP Sp2
Tue, 11 Apr 2006 12:28:48 +0530
Hi,
I read about the "DCOM Security Enhancements in Windows XP Service Pack
2 and Windows Server 2003 Service Pack 1". I have XP SP2. I had the
following senario:
- Created a simple COM server (exe).
- Created a local user say user1
- Created a VB client which creates the COM Server object
...
|
COM question - newbie
9 Apr 2006 21:45:03 -0700
Hi all,
I'm new to COM. My question is with a specific goal, but i guess this a
general COM issue, so I hope some COM expert could help me.
I developed a webbrowser based on the webbrowser activeX control. When
I noticed that it doesn't respond to keys like tab,delete and others, i
googled a bit and found t ...
|
hundreds of AppIds
Fri, 07 Apr 2006 15:38:37 -0700
Hi,
I have hundreds and hundreds, possibly thousands of AppId entries that
all look like this:
[HKEY_CLASSES_ROOT\AppID\{1022A186-AAD0-4FB9-B499-EE837FCF5D9C}]
"AppID"="{1022A186-AAD0-4FB9-B499-EE837FCF5D9C}"
"RunAs"="Interactive User"
only the self-referencing GUID changes in each entry. Does anyone ...
|
Select and attach to specific COM EXE instance as COM object
Fri, 7 Apr 2006 09:55:06 -0700
I am working with an application that is compiled as a COM EXE (written in
Delphi 7). I don't know if it's the nature of COM EXE or if it's implemented
in the COM EXE, but when I create a new object based on the COM interface
using C#, it references the first process/instance it finds of this
interface. Th ...
|
Mayorista Importador Exportador de cd y dvd www.Media-Set.net .Distribuidor Verbatim Princo Imation Benq Traxdata
Fri, 7 Apr 2006 11:21:01 +0200
www.Media-Set.net http://www.Media-Set.net
Mayorista Importador exportador distribuidor de cd cd-r y dvd-r
dvd+r verbatim traxdata princo imation benq.
Disponemos dvd-r dvd+r 4,7gb 4.7 gb cd-r 80" minicd minidvd , www.Media-Set.net http://www.Media-Set.net
SErvicio Seur 24/48 horas. Tarifa Plana de Transpo ...
|
|
|
How to make ATL ActiveX control visible in Word, Excel, etc
Fri, 07 Apr 2006 08:58:23 +0200
Hello,
I would like my ATL (VS 2003) ActiveX control being able to be used in
Word, Powerpoint, whatever.
I have this category map:
BEGIN_CATEGORY_MAP(MyActiveX)
IMPLEMENTED_CATEGORY(CATID_Insertable)
IMPLEMENTED_CATEGORY(CATID_Control)
IMPLEMENTED_CATEGORY(CATID_Programmable)
IMPLEMENTED_CATEGORY(C ...
|
"DCOM Config" Hangs
Thu, 30 Mar 2006 04:30:02 -0800
I am having trouble with the "DCOM Config" node in the Component Services MMC
snap-in. I've tried accessing this on two separate XP machines and in both
cases, the UI hangs.
Is there any other method for configuring DCOM settings, since this one
is unavailable?
Alternatively does anyone know how to fix this ...
|
What does error "0x800706f7"(The stub received bad data) mean?
Wed, 29 Mar 2006 10:57:31 -0800
Hi,
My applicaiton creates COM object as follows, it works most of time. Some
times it returns error 0x800706f7,
I looked it up, error string is "The stub received bad data". What does
that mean? If I passed wrong data, it should fail always.
hr1 = CoGetClassObject( CLSID_MSAdminBase, CLSCTX_SERVER, &c ...
|