| Thread | Last Post | Replies |
|
| How to marshall an array of structures as out parameters? | 13 Apr 2004 00:35 GMT | 2 |
I am having trouble marshalling an array of structures as output parameters. What am I doing wrong? I assume that when I marshall an array I do not need the ref attribute since an array is an object. Is this correct? If correct, then passing an array is the same no matter if it ...
|
| Deploy Assembly in GAC | 12 Apr 2004 22:36 GMT | 2 |
There are several ways to deploy an assembly into the global assembly cache: 1) Use an installer designed to work with the global assembly cache. This
|
| Creatable Interfaces??? | 12 Apr 2004 22:36 GMT | 2 |
I'm trying to get my head around an interop issue. I have a legacy COM DLL that I've wrapped using TLBIMP. This DLL exposes a standard CoClass (let's call it Widget), and in the resulting interop assembly I see the following
|
| Throw 'ol Gill a bone | 12 Apr 2004 20:54 GMT | 1 |
I am calling a VB6 dll from a vb.net windows application that returns an array of strings. My issue is it seems to truncate after a NULL character. For Example VB 6 is returning a string with the HEX value of 4E 31 00 00 01 00 20 20 20 20 20 00 00 00 20 20 20 31 32 30 But ...
|
| Pointer to the pointer to an array ? | 12 Apr 2004 15:33 GMT | 1 |
I'm trying to get a RAPI function (CeFindAllFiles) to work in my C# app. I do get the number of files found, but I can't get the array of structs that contains the file names.
|
| p/Invoke and CLS compliancy | 12 Apr 2004 14:15 GMT | 4 |
Since I do not have that much Win32 experience I would like to pick your brains for just a second. Many API, struct and flag declarations use DWORD or WORD parameters which (according to the MSDN docs) should be translated into uint and ushort. However non of these types are CLS
|
| Project: Consuming Win32 Interfaces | 12 Apr 2004 13:03 GMT | 3 |
So this is how it is. I am trying to learn how to use interfaces from Win32 and I decided to go for the IShellLink interface in my study. What I would like from this
|
| empty password with CallingLogonUser() fails | 11 Apr 2004 19:45 GMT | 1 |
Trying to run a program for a different user account from C#-service under WinXP. The user has no password assigned and therefore CallingLogonUser() as well as CreateProcessWithLogonW() fails. If I assign a password to that user, everything works fine. I tried calling
|
| Outlook Programming | 10 Apr 2004 21:08 GMT | 1 |
I was going through this below link to program the Outlook folders. http://www.dotnetjunkies.com/Article/2E1EEEAF-C78A-4A38-A830-AC204B12DF83.dci However, I was not able to create the object "msoutl9". There is no code completion help coming when i place a dot after the msoutl9 . ...
|
| Is this Possible | 10 Apr 2004 20:03 GMT | 1 |
We allow users to add custom meta to our app in the form of key/value pairs, both key and value are strings. And they access this user meta data in thier scripts ( VBScript or JScript(, our app is a .NET app (see http://www.mygenerationsoftware.com if this seems confusing). I
|
| Aliasing an interface method | 10 Apr 2004 10:16 GMT | 3 |
For legacy reasons, I would like to create an interface which exposes a method called "lock". Unfortunately in C# this is a reserved word. At the moment, I have the following definition where _lock is subsituted instead:
|
| Cannot terminate an excel process using VB.NET | 09 Apr 2004 07:20 GMT | 4 |
I hope someone can help me with this. I am opening an excel object using the: _XlApp = GetObject(, "excel.Application") syntax. Excel, itself, is being called from a browser control.
|
| C# marshall problem. | 08 Apr 2004 17:24 GMT | 2 |
I have a C struct like this struct { int a;
|
| Problem with Winet/HttpOpenRequest & Interop | 08 Apr 2004 16:27 GMT | 1 |
I'm trying to interop with WinInet.. given this method HINTERNET HttpOpenRequest( HINTERNET hConnect, LPCTSTR lpszVerb,
|
| Interop problem with System.Runtime.Serialization.Formatters.Soap | 07 Apr 2004 22:13 GMT | 2 |
I have an ASP application ( not ASP.NET ) that is calling a registered .NET assembly, I will call it MySerial.dll, that loads a soap document from a data store and deserializes it using System.Runtime.Serialization.Formatters.Soap. This soap document is
|