I have a following problem: Exe (native C++) implements interfaces Ia and Ib. Dll1 (native C++) has a template class D<T>, that implements interface Ic and calls into 3. Exe\'s Ia\'s and Ib\'s
I have a fairly large application, writtenin VB6.I want to convert it to Vb.Net using Interop开发者_如何学编程, but donot know how to do it.
I have some WinForm code (.NET 2.0) using Windows Media Player uti开发者_如何学Golizing the COM (AxInterop.WMPLib.dll and Interop.WMPLib.dll).
How can I detect what port (Ne01:, Ne02:, Ne99: etc) the printer is on? Computers (WinXP) here at BigCorp have Adobe Acrobat (version 7.0 Pro) installed which gives a virtual printer named \"Adobe PD
Could someone please help me figure out what is wrong with the following code snippet. I tried to call an old DLL and have spent about 3 days but couldn\'t find why my returned array and the string is
I\'m doing some interop and need to pass some GUID\'s. Is there a way to add a GUID attribute to an enum value and when it is marshalled it has the appropriate value?
Which i开发者_开发知识库s the overall best option for calling Java from PHP? Gearman PHP/Java Bridge
I am trying to get a column, but limiting it to used range... public static Excel.Application App = new Excel.Application();
I am trying to set the PinX and PinY values for the currently selected shape in Visio on a keyboard sequence, e.g. [Ctrl]+[G].The purpose of this endeavor is to programmatically drop a shape onto the
I have an old C++ function that I must use in my .NET application. Every time I tried to call and cast the pointer back to the class, I receive an error indicating that I attempted to read or write in