clsid Questions

4

Solved

I have a situation in which a managed DLL calls some unmanaged DLL. I know the CLSID of the unmanaged DLL, is there any way to find out what binary file houses that CLSID?
Algar asked 22/5, 2009 at 13:7

3

Solved

The GDI+ Image::Save method requires a CLSID parameter to specify the encoder to use. The documentation points to some sample code for getting the encoder associated with a particular MIME type, su...
Reenter asked 17/3, 2011 at 21:59

2

Solved

I am currently trying to implement the Interop.MODI.dll (From Microsoft Office) to use the Image -> Text features it should Provide. But when doing var modi = new MODI.DocumentClass(); I get: ...
Tasso asked 21/11, 2011 at 15:7

1

I am trying to call the Javascript function "eval" from inside C# code (to utilise the string to operators parser). I used the following code: https://mcmap.net/q/146374/-calculate-result-from-a-st...
Workwoman asked 18/4, 2013 at 6:15

2

I want to create a small app to add and remove user defined context menu entries from the registry. To make this, somehow I need to get the CLSID of an arbitrary DLL so I can back up previous entri...
Stettin asked 17/2, 2010 at 11:41

6

Solved

I heard on Windows x64 architecture, in order to support to run both x86 and x64 application, there is two separate/different sets of Windows registry -- one for x86 application to access and the o...
Semiotics asked 15/5, 2009 at 16:57
1

© 2022 - 2024 — McMap. All rights reserved.