There is a feature in PowerPoint that allow the presentator to fake a laser pointer to the screen by pressing \"CTRL\" + \"Mouse Left Button\" while being in a slide show (I\'m using PowerPoint 2010,
I have a Service application that crashes only on one PC (Windows XP) when shutting down via Services.
I have a helpdesk package for our company that I am attempting to integrate with Remote Desktop. Among the functionalities I am looking to implement is the ability to determine (while you are browsing
I have some questions regarding COM memory management: I have a COM method: STDMETHODIMP CWhitelistPolicy::GetWebsitesStrings(SAFEARRAY** result)
Moving a working C# project from a 64-bit Windows 7 machine to a 32-bit X开发者_如何学CP machine caused the following error:
I want to use Jacob for doing task with COM. But I can\'t find any way to invoke a met开发者_如何学Gohod which has a out parameter, Can you provide me this sample code. Thanks.
IFSUPCUTILSize* size = NULL; CoCreateInstance(CLSID_UTILSize, NULL, CLSCTX_INPROC_SERVER, IID_IFSUPCUTILSize,reinterpret_cast<void**>(&size));
I have a console application that needs to fire a method that uses COM. The program starts with [STAThread]. The program executes correctly when not using a timer process, but apparently suffers from
In our WPF-application that is hosted in IE we are retrieving some context info from a COM-object which has the type of System.__ComObject (JScriptTypeInfo).
I\'m working on an old project in asp I\'ve never worked with vb6 or asp before I am a .net developer anyway