c# Programming Glossary: progid
Create COM/ActiveXObject in C#, use from JScript, with simple event http://stackoverflow.com/questions/11175145/create-com-activexobject-in-c-use-from-jscript-with-simple-event to look like this var myObject new ActiveXObject MyObject.ProgId myObject.onMyCustomEvent function ..args here.. ... What does.. DispId 2 Object onHello get set Then the implementation ProgId Cheeso.Greet ComVisible true Guid bebcfaff d2f4 4447 ac9f 91bf63b770d8..
A Simple C# DLL - how do I call it from Excel, Access, VBA, VB6? http://stackoverflow.com/questions/1170794/a-simple-c-sharp-dll-how-do-i-call-it-from-excel-access-vba-vb6 CE73 4102 B35D 119362624C47 Allocate your own GUID ProgId TestDll.Test public class Test _Test public string HelloWorld..
How can I make an ActiveX control written with C# raise events in JavaScript when clicked? http://stackoverflow.com/questions/1455577/how-can-i-make-an-activex-control-written-with-c-sharp-raise-events-in-javascrip Yet Another GUID ClassInterface ClassInterfaceType.None ProgId MyActiveX ComSourceInterfaces typeof IActiveXEvents public partial..
How can I embed any file type into Microsoft Word using OpenXml 2.0 http://stackoverflow.com/questions/3322247/how-can-i-embed-any-file-type-into-microsoft-word-using-openxml-2-0 oleObject new OVML.OleObject Type OVML.OleValues.Embed ProgId fileType ShapeId shapeID DrawAspect OVML.OleDrawAspectValues.Icon..
Can't instantiate a COM object written in C# from VBA (VB6 ok) http://stackoverflow.com/questions/375457/cant-instantiate-a-com-object-written-in-c-sharp-from-vba-vb6-ok E4DBED8E123E ClassInterface ClassInterfaceType.AutoDual ProgId Test9.COMINT public class TestComClass public void Init string..
How do I create a real-time Excel automation add-in in C# using RtdServer? http://stackoverflow.com/questions/5397607/how-do-i-create-a-real-time-excel-automation-add-in-in-c-sharp-using-rtdserver get set Guid EBD9B4A9 3E17 45F0 A1C9 E134043923D3 ProgId StackOverflow.RtdServer.ProgId public class RtdServer IRtdServer.. 3E17 45F0 A1C9 E134043923D3 ProgId StackOverflow.RtdServer.ProgId public class RtdServer IRtdServer private readonly Dictionary.. 6 Enter RTD StackOverflow.RtdServer.ProgId 200 into a cell. 7 Cross your fingers and hope that it works..
Developing Internet Explorer Extensions? http://stackoverflow.com/questions/5643819/developing-internet-explorer-extensions Guid D40C654D 7C51 4EB3 95B2 1E23905C2A2D ProgId MyBHO.WordHighlighter public class WordHighlighterBHO IObjectWithSite..
Calling C# BHO methods from Javascript http://stackoverflow.com/questions/9287961/calling-c-sharp-bho-methods-from-javascript 90AD 4510A12EBBC6 ClassInterface ClassInterfaceType.None ProgId My Extension public class BrowserHelperObject IObjectWithSite.. 82E9 448E3DB7629E ClassInterface ClassInterfaceType.None ProgId MyExtension ComDefaultInterface typeof IExtension public class..
|