I have unmanaged code that calls an asynchronous managed method that returns a handle, and then the unmanaged code uses that handle to wait.
I am using WatiN to script action开发者_高级运维s in Internet Explorer that run in the background of the user\'s machine.(I know...hacky).I am able through WatiN to make the Internet Explorer window n
I have a project that is an open source application for a specific type of scientific calculation that uses c++ for the backend, and C# for the front end. I\'m not doing anything windows specific in t
Probably a noob question but interop isn\'t one of my strong points yet. Aside from limiting the number of overloads is there any reason I should declare my DllImports like:
I have a VB6 project(windows application) and I have to redevelop a module in the existing VB6 project in C#.net.
I have a native C++ application that, for the time being simply needs to send its command line string and current mouse cursor coordinates to a WPF application. The message is sent and received just f
I\'ve been successfully creating a .net mutex like this: SingleIns = new Mutex(true, AppName); for a while.It works in XP, Vista, but apparently not in Windows7.So I need to make an interop call to a
I\'m having some problems calling a C function from a DLL, and was hoping someone could help me out.The function is returning -101 which translates as a \"bad parameter\".The values I am passing have
I have to generate an excel file and a PDF file from an asp.net application. I\'m using the Interop assemblies and I can generate the excel file without any problem. But when开发者_运维百科 I\'m gener
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.