| Thread | Last Post | Replies |
|
| how to convert c#-bytearray to c++-char* ??? | 10 Sep 2004 20:53 GMT | 1 |
hy everybody, I'm accessing a function of a managed-c++-dll within my c#-application. Therefore I encountered following troubles: In my c#-app I have got a byte[]-array, which should somehow be mapped to a
|
| Problem with Shell interop | 10 Sep 2004 20:41 GMT | 1 |
Thanks if you can bring me some answer elements or a link to an answer I searched the web for 48h without result. Those remarks are directly based on the example given with the VS (2003) that you can find localy at:
|
| VC++60 and C# interoperation | 10 Sep 2004 14:23 GMT | 1 |
Simple question We have huge application written in VC++6.0. We are planning to develop some new parts with C# and WebServices. Question is..
|
| Excel SaveAs to a Text file | 10 Sep 2004 13:33 GMT | 1 |
Do you have an example on how to save an Excel file as a text document? Thanks, Nancy.
|
| Threading issues with COM Interop | 10 Sep 2004 11:05 GMT | 1 |
I am using a third party COM componenet which is not thread safe in a .Net web application using Interop. When two threads (two requests) are trying to access the componenet it is giving an error and crashing. It works fine if the request is made only one at a time. How can I code ...
|
| function import | 09 Sep 2004 22:29 GMT | 9 |
This is a rephrasing of a previous question that I didn't get an answer to, maybe putting it differently will help. In Baf.dll there is a function prototype: BOOL CDECL LaunchRunner (LPCSTR szUserDisplay, BOOL* pbEnabled);
|
| newbie: confused about interop | 09 Sep 2004 18:43 GMT | 3 |
Hi, I am just trying to find my way in interop and I just need a pointer as to what I should be doing. Reading the documentation tells me I need to use "tlbimp" to create an interop DLL. However, when I do "add reference" and select the COM tab, I
|
| Excel & C# questions | 09 Sep 2004 16:23 GMT | 2 |
I am creating a C# app to generate an Excel file and I have a couple of questions. First I can't get the Zoom option to work. I have an Excel sheet define as oSheet.
|
| Event not received in COM | 09 Sep 2004 11:02 GMT | 1 |
Thanks to Christian Fr?schlin suggestions I solved the problem I've posted few days ago, so now I have a .NET application which expose an event through an interface of type InterfaceIsIDispatch, When I use my control in a VBA application I can see the event just declaring my object ...
|
| C# and Byte Stream | 09 Sep 2004 03:37 GMT | 4 |
I have a socket connection to an unmanged application. Application messages arrive as a stream of bytes that get added to a byte array. The structures that define these messages are defined in a C/C++ header file.
|
| excel object event handling | 08 Sep 2004 12:57 GMT | 1 |
I need to handle an Excel.Workbook.BeforeClose event in my VB.NET application. When the framework attempts to bind the event with my handler, it throws a System.InvalidCastException with message "No such interface supported".
|
| Application won't "unload" when terminated. | 08 Sep 2004 12:35 GMT | 2 |
Hiya, I have a problem with my application. It hangs around in memory after exiting (and the debugger thinks its still running; I am unable to "break" or "stop" execution). The main loop below shows my "main" function. When
|
| OpenMutex fails with ERROR_ACCESS_DENIED (using VB.NET) | 08 Sep 2004 12:31 GMT | 1 |
Accepting the fact that .NET 1.x is lacking support for named events, and windows security manipulation, we end up using interop and the platform SDK, and functions like CreateMutex and OpenMutex. And it's with OpenMutex that I'm having a problem. In summary: I'm creating a mutex ...
|
| Problem calling c# com from c++ client? | 08 Sep 2004 11:26 GMT | 5 |
I wrote a class library using c#, now I will use it in vc++6. I have registered my c# program as com and imported the .tlb file in vc6. Now I have some problems in using it:
|
| Error: System.Runtime.InteropServices.COMException | 08 Sep 2004 02:07 GMT | 2 |
I have and COM object is running fine on C# Windows Application. However, it doesn't work on ASP.NET. Below is an error occurs when I call a method of COM object exactly the same in ASP.NET C#. "System.Runtime.InteropServices.COMException: Application configuration does
|