We have a .net application that we didn\'t develop, but use.I can tell using reflector that this application has 1) a static variable in the form main form that is a reference to that \"main\" form an
We\'re going to have to write a C library and this library has to be accessible from Objective-C. Now I don\'t know anything about Objective-C so I wonder how simple Objective-C <-> C interoperabil
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'d like to change the file name of the SaveFileDialog in the event handler attached to the FileOk event, in order to replace the file name typed in by the user with another file name in some cases,
I recently tried to combine SEAM and GWT in a project - but failed using GWT 1.7.1 and Seam 2.1.2 CR2 and Seam 2.2.0 GA (if you have any ideas why - here is the post).
I have implemented a Kerberos server/client using sockets in Java, where the client sends his service-TGT to the server, and the server knows the client is authentic.
I\'m having trouble accessing the some string fields in a COM interface. Calling the integer fields does not result in an error. When attempting call clientID(), deviceID() or key(), I get the old \"A
I have a DLL, which is designed in C++, included in a C# project and I have strange AccessViolationExceptions happening unrationally. I suspect that my garbage isn\'t collected correctly. I have an un
I generate some Excel file with Microsoft Interop, no problem, I can create files, sheet, file, pass开发者_高级运维word protect. But I\'d like :
I have the following C# code to launch an outlook window.The one think i want开发者_Python百科 to add it to have certain part of the text bold and italics.how would i do that through this API?