I trace certutil using the following cdb script (named TraceScript.txt): !logexts.loge c:\\logs !logexts.logc e *
I have programmed an ActiveX in MFC. When placed inside a co开发者_开发知识库ntainer, I can use COleControl::AmbientUserMode() to determine if it\'s now in design mode or run mode. What I want is to f
I have an out-of-process COM server that needs to keep an eye on things.This server runs as a service and is, internally, a singleton.For simplicity sake, I will call him BossCom.
In a SharePoint application page I have to get listitems from a list on remote server in the same Active Directory domain.
According to t开发者_运维技巧his article: http://msdn.microsoft.com/en-us/library/ms809975.aspx
I am trying to use the ImageMagickObject COM component supplied with the Windows Installer for ImageMagick, imported to my C# project as a COM reference.So far, I\'ve been able to use it to convert im
I have the following C# code: int CallFooMethod() { Type type = TypeDelegator.GetTypeFromProgID(\"SomeCOMDll.SomeCOMClass\");
I want to show all fields of a certain ListItem. This includes LookUpFields and ChoiceFields. But I only seem to be able to show Textfields, like Title. How can I show all fields of my ListItem?
I\'m trying to call the onsubmit programmatically without clicking in the form button. First i try to simply call the submit function of the IHTMLFormElement interface but the form does not correctly
My question is similar to Getting CLSID for a DLL file?, I think. I have a directory with some DLLs, each one implementing one or more COM interfaces. I would like to get: