| Thread | Last Post | Replies |
|
| C# seems not to understand pointer any more | 16 Dec 2007 12:50 GMT | 2 |
We have code like this in our managed wrapper (written with managed extensions in C++) Byte * some_method(); which we compile with VS2003 to a managed assembly.
|
| defrag API | 14 Dec 2007 21:45 GMT | 7 |
is there any way or documentation to access windows defrag API for ntfs from NET ? thanks
|
| set_printquality bug in Excel.PageSetup | 14 Dec 2007 12:19 GMT | 1 |
I think I discovered a bug in set_printquality method in Excel.PageSetup. Example: ... Excel.Sheets xlsheets = wb.Sheets;
|
| Interopt, PowerPoint 2007 | 14 Dec 2007 10:04 GMT | 1 |
I have developed an application for managing placeholders (for date, time, tickers, database values etc) in PowerPoint. The application starts read the placeholders, starts PowerPoint and with DoEvents allows PowerPoint to manage user defined automation, slide change on time etc. ...
|
| MethodInfo/Invoke/String | 13 Dec 2007 22:56 GMT | 2 |
I've a problem with Strings and MethodInfo Invoke. All Strings I give to the Method I invoke where cut to on sign (like char). The parameters are in a object new object[]
|
| .Net 1.1-COM-Component running fine, .Net 2.0-COM-Component fails | 12 Dec 2007 19:57 GMT | 1 |
Hi group, I have the following problem: I have a DLL written in C# with a component I want to use inside an Office-AddIn written in VB6.
|
| Adding COM support to my C# library | 12 Dec 2007 19:53 GMT | 3 |
I have written a library in C# for doing some power calculations. I wanted to add COM support to this library, so that other applications/scripts could call this functionality. I have seen a wizard for adding a new ATL/COM project in Visual Studio
|
| VB6 Web Service? | 11 Dec 2007 08:30 GMT | 1 |
I just got a project that is taking me into previously uncharted territory. I have a reasonably large VB6 project and need to "turn it into a web service".
|
| Retrieving the COM class factory fails? | 09 Dec 2007 17:38 GMT | 1 |
We have an application that uses COM interop. We are seeing this error right now: System.Runtime.InteropServices.COMException (0x8007007F): Retrieving the COM class factory for component with CLSID {B7D37B26-8A4E-11D3-
|
| Passing in an out struct | 07 Dec 2007 23:10 GMT | 3 |
I am coding in C#.Net 1.1 and need to call some unmanaged C code. The C function I need to call will populate this struct: #pragma pack(1) typedef struct{
|
| Memory issues when using interop | 07 Dec 2007 23:04 GMT | 1 |
Ok, I really hope someone can help me. My application (inherited from someone else) uses interop to speak with an unmanaged DLL (of which I also have the source). It works great under XP, but crashes horribly, and randomly, under Vista, with AccessViolation and OutOfMemory
|
| Instantiating C# COM object in C# client via ProgID | 07 Dec 2007 17:42 GMT | 1 |
I have some legacy code that I am trying to modernize. The code calls for COM to be the conduit between the client and the server. In the days this was designed, the server was often VB6 code and the client, well, I don't know. Today they want everything to be C#, but they
|
| Accessing VB6 associative array from C# | 06 Dec 2007 17:32 GMT | 1 |
I have a legacy VB6 DLL that I'm calling from a C# program. I'm using the "Add Reference" functionality in VS 2005 to accomplish this. One of the classes that are implemented in the DLL has a member which is an associative array (indexed by strings.)
|
| Marshalling DEV_BROADCAST_PORT: C# P/Invoke declaration? | 05 Dec 2007 22:30 GMT | 4 |
I have some VS 2005 code in which I am setting up a C# declaration of the Platform SDK header DEV_BROADCAST_PORT. That structure is declared in the Platform SDK header file dbt.h as follows: typedef struct _DEV_BROADCAST_PORT_A {
|
| C#, exposed as COM with pointers as parameters | 05 Dec 2007 16:38 GMT | 9 |
Hi... We've got a mix of old legacy code and new versions in various states of porting being used in our system. One of the objects ported to C# and then exposed back to the legacy code as
|