We have been troubleshooting the following and are looking for some fresh ideas or angles of attack. First scenario:
I have a 3rd party application, which creates several windows of which each has a textbox with text I want. I then want to use that information within my application, so I just need to obtain that inf
I have several WCF services that 开发者_开发知识库I have imported into a .Net4 Class Library. When the proxy is created, several enumerators that are declared as DataContracts are imported into the pr
i have a C function with this prototype: void foo(const char **output); i compiled C file into a DLL开发者_运维百科 and a i make DllImport(\"my.dll\");
I working on a VB.NET project to manipulate a VB6 form using COM Interop. Some of the controls on my VB6 form are indexed and some not, so calling ctl.Index fails on those that have no ind开发者_JAVA百
I am writing a .NET DLL to iterate through all controls in the a VB6 Form passed byref. So far it seems to work VB.NET code:
If I have an STA thread in .NET, and I create an STA COM object in that thread, and then the thread f开发者_开发技巧inishes -- does that kill that instance of the object?
I have a project that references a COM dll, and the Interop assembly is available and visible in my project, but I would like开发者_如何学Python to locate the actual COM dll and dependencies, so that
i am working with Microsoft.Office.In开发者_高级运维terop.Excel, to copy excel chart into power point using Asp.net.
I have to read an excel file through a COM interop. I search for a specific string using this: this.sheet = (Excel.Worksheet)this.excelApp.Workbook.Sheets.Item[this.sheetname];