| Thread | Last Post | Replies |
|
| BYTE* buffer to managed stream? | 30 Nov 2007 22:57 GMT | 2 |
In managed c++, what is the most efficient way to copy the contents of a native buffer (BYTE*) to a managed stream? thanks scott
|
| using COM written on VB6 from webservice (C#) Framework 2.0 | 30 Nov 2007 17:45 GMT | 1 |
I'm trying to use COM, written on vb6 from inside webservice(C#). I put reference on my dll, creating interop. in bin folder. Then I have something like this Using Intelex;
|
| Converting Word Document to PDF file. | 30 Nov 2007 03:34 GMT | 5 |
Hi friz, I want to convert word document (with all formatings & images) to a PDF file. How i can achive this. Please Help.
|
| [URG] Interop WPF with Mappoint | 29 Nov 2007 14:45 GMT | 1 |
I have a big problem : i want to use the MapPoint 2006 activeX with WPF ... and it doesn't work :( The MapPoint ActiveX is embeded in an usercontrol, I put this user control in my WPF window thru a WindowsFormsHost.
|
| Marshaling a bool from unmanaged to managed code | 28 Nov 2007 02:16 GMT | 3 |
I have a DLL that takes a pointer to a callback function of type: typedef void ( __stdcall * StdMyCallback_T)(void* context, const char * sName, bool bState, EError error, const char * pErrorMsg);
|
| VSTO 3.0, Outook 2007 and Publish | 28 Nov 2007 01:57 GMT | 7 |
I'm using VS2008. I trying to create an Outlook 2007 add-in. After making a very small and simple Outlook test add-in, I wan't to try an publish it, so I use the Publish feature of VS2008.
|
| How do I find the main window handle? | 26 Nov 2007 20:45 GMT | 2 |
In a DLL written in C#, how can you get the handle of the main window of the app that called you? Thanks, Mike
|
| Marshal a 'Single' or 'Double' | 24 Nov 2007 03:40 GMT | 2 |
In coping data between managed and native code, I make use of the Marshal class methods, ReadInt32, Copy, StructureToPtr, etc. However, I also want to copy Double and Single values, but given that there's is no ReadSingle and ReadDouble, what's the best way to do the copy?
|
| .Net AddIn - Password prompt when closing Excel | 23 Nov 2007 22:41 GMT | 1 |
I am developing COM addIn for excel 2003 using C# and .Net 2.0 interop. In the code I am sibscribing to excel events like open, activate, etc. It looks like it causing problem with any VBA addin installed that uses same events.
|
| Application inside remote desktop? | 23 Nov 2007 00:23 GMT | 9 |
Did anyone ever need to know if your application is being run inside a remote desktop session? I have an application written in .Net 2.0 And I need to know if that application was started inside of a remote
|
| Expose TypedDataSet via ComInterop | 23 Nov 2007 00:00 GMT | 4 |
Hi, I have generated TypedDataSet (TDS) from a xml schema and need it to be used by a legacy application. I would like to know if TDS can be interoped with using interface?
|
| BM_GETCHECK and BM_SETCHECK and .NET controls | 21 Nov 2007 19:59 GMT | 5 |
I have googled this quite a bit and I just can't find the answer. I need to read the state of a radio button in another process. Not much is known about the other process, other than the fact that it was created with .NET controls. I have read on various forums that ...
|
| ICustomeMarshaler and ref p/invoke | 21 Nov 2007 03:55 GMT | 2 |
I'm using C# in VS2005 and having a problem when I implement a custom marshaler and I call a reference type by ref. Any help greatly appriciated. I'm using ICustomMarshaler because of the structure contents I'm trying to
|
| Returning a multidimensional array to VBScript | 20 Nov 2007 08:47 GMT | 1 |
I need to write a ComVisible object in C# and there are some methods that must return a multidimensional array of strings. I created a .NET assembly, marked it COM visible, created a TLD via regasm and added it to the GAC. I can now create instances and execute code, but I'm
|
| ExecutionEngineException in dotnet 2.0 application doing interop with VB6 legacy code | 18 Nov 2007 15:04 GMT | 5 |
We are porting a huge VB6 application to dotnet 2.0. The full application has 800KLOC of VB6 code. The old application was basically as small shell application that loaded optional plugins (nearly 100 of them for a complete installation). Because it is impossible to rewrite all ...
|