| Thread | Last Post | Replies |
|
| C# callbacks getting lost in C++ | 04 Mar 2008 18:18 GMT | 1 |
Story: I have 2 projects. Project A is a C# project which creates a managed executable. Project B is a C++ which creates an unmanaged dynamic link library. Project A is the wrapper/user interface around the legacy
|
| VB6/ VB.NET interop form from a Network drive ? | 04 Mar 2008 10:34 GMT | 2 |
We are moving a VB6 app to .NET form by form. In the past for our VB6 app we installed the necessary ocx's, dll's etc on the client PC but kept the main exe on a network folder. To release a new version
|
| Redirecting sdtin, stdout, stderr from an already running process | 03 Mar 2008 17:31 GMT | 10 |
I am trying to redirect stdin, stdout, stderr of a process I started with the win32 call CreateProcessAsUser, since I couldn't find a way to start a process with .net that used a user name and password and didn't show any kind of window. The only way I can see to do redirect
|
| Marshaler bug with VBScript arrays | 03 Mar 2008 16:57 GMT | 1 |
Overview ----------- I have a legacy application that hosts the VBScript engine. It allows users to write customization VBScripts that call into the host via a COM interface.
|
| What types should I use in this COM Interface | 03 Mar 2008 07:47 GMT | 2 |
Hi, I am having to write a COM wrapper dll to enable the use of a c++ library in a c# .net app, and have a few questions regarding what types to use in the interface. I used to program quite a bit of COM, but a couple of years of c# .net
|