I work with an accounting package that supports VBA.When the accounting system runs a VBA macro it passes a \'Session\' object that includes signon information that can be used to access other parts o
I have a com server(written in C++, ATL) that runs out of process. In one of my computers I am able to debug the server code easily just by starting the COM under the debugger, setting breakpoints and
I\'ve written a script to search/download/install Windows Updates on a machine using the Microsoft.Update.Session COM Object. When run locally it works just fine, however when running through a remote
We have a COM interface declared and implemented in unmanaged C++. We no longer wish to maintain this assembly, but do need to make some changes, and still be backward compatible.
I am mess开发者_运维问答ing around with Direct3D - modifying vtable entries for a device object so that my functions get called instead the provided ones. I noticed that despite this mostly working, a
I created a process using: hr = pClient->CreateProcess(0,(char*)(sCommandLine.c_str()),DEBUG_PROCESS); // CComPtr pClient
I\'ve run into a problem I just can\'t seem to solve. The background:Years ago, I developed a web site for one of my customers using ASP 2.0 and Ajax. One function of the web site is to produce custom
I need to do the following: Application \"AppA\" is run by user \"UserA\" Now AppA starts AppB using the runas-command (it is started as UserB)
I need to write a plug-in for a MFC application: - plug-in is deployed as dll. - On the runtime, the MFC application will call the plugin and the plugin shows a custom dialog.
My company is trying to use a 3rd party PDF generator from within VFoxpro 9.0. They supplied us with a .dll COM file and method documentation, but they don\'t support Foxpro so they can\'t help with t