Hai All,
I am having an EXE developed in VB6. For certan functionality reasons i want
to call this in my C# program, Can i call this unmanaged EXE from my C#. I
know i can call a DLL using DllImport. Is it the same with EXE. Help Me
Thanks,
V.Boomessh
Jeremy Chapman - 26 Nov 2004 18:21 GMT
You just want to start up the exe?
Use the Process object.
> Hai All,
>
[quoted text clipped - 4 lines]
> Thanks,
> V.Boomessh