I want to store a string in memory mapped file using VB6. I have to read that string in C#. My basic need is to implement IPC. Please help me with this. Thanks in advance.
Asked
Active
Viewed 597 times
0
-
2If I understand your question correctly, this could be useful: [What is the easiest way to do inter process communication in C#?](http://stackoverflow.com/questions/1802475/what-is-the-easiest-way-to-do-inter-process-communication-in-c). – Alexander Obersht Oct 05 '15 at 10:39
-
1What have you done so far? Have you written anything yet? Are you stuck on some concept? Help us help you. – theB Oct 05 '15 at 10:45
-
Where is your problem? Simple use it. (Google: vb6 winapi memory mapped file) - when I searched for it, the first found item offers a solution ... – Thomas Krojer Oct 05 '15 at 15:29
-
@Alexander Obersht: I have to send a string with the long int value from VB6 to C#. – Santosh Oct 06 '15 at 05:19
-
@theB: I am new to MMF. I got some nice piece of code in C# to read and write MMF. but i want to write in VB6 and read it in C#. I will really appreciate if you guide me with this. – Santosh Oct 06 '15 at 05:26
-
I don't have much problem in C#, but in VB6 I am not getting any good help. – Santosh Oct 06 '15 at 05:28