moniker Questions

2

Solved

I'm doing some automation via a combination of windows message sending directly to HWNDs and calls to a COM server exposed by the automated application. If there is more than one instance running,...
Jaela asked 18/2, 2011 at 20:51

2

I want to access partitioned COM+ applications on a remote server. I have tried this: using COMAdmin using System.Runtime.InteropServices; _serverName = myRemoteServer; _partionName = myPartionN...
Garlic asked 3/1, 2017 at 10:48

1

Solved

This has been on my mind for sometime. I can open task manager by pressing Ctrl + Shift + Esc and on the second tab (Processes), I can easily press Alt + S -- Show processes from all users to eleva...
Fractional asked 25/7, 2014 at 22:25

13

I have created a custom URL protocol handler. http:// mailto:// custom:// I have registered a WinForms application to respond accordingly. This all works great. But I would like to be able to ...

2

I am developing a COM surrogate object in C, it will be used by my applications to call the UAC elevation dialog for certain actions that require administrative rights. The plan is to make this it ...
Phototelegraph asked 10/11, 2010 at 13:30

1

I have two COM objects written in C++ and ATL. There are in one library and I know their IIDs and CLIDs. I can't find an example of doing this simple communication between two simple COM objects. ...
Plait asked 1/3, 2011 at 15:29

1

I had created a COM+ domain partition then mapped it to a Windows 2008 server machine and imported a COM+ application into it. I tried using the following C# code to activate an object from that s...
Selfrighteous asked 18/1, 2012 at 20:21

2

Solved

I just realised there is a shell: URI, but every search engine seems to think shell: and shell are the same thing. The only thing I've found out is that you can type shell:startup right in explore...
Synovitis asked 31/8, 2010 at 0:12

3

I've found an article on how to elevate a COM object written in C++ by calling CoCreateInstanceAsAdmin. But what I have not been able to find or do, is a way to implement a component of my .NET (c...
Marxism asked 24/9, 2008 at 13:13

3

Solved

How do you create your own custom moniker (or URL Protocol) on Windows systems? Examples: http: mailto: service:
Wheatley asked 7/8, 2008 at 12:31
1

© 2022 - 2024 — McMap. All rights reserved.