Description: Technology keeps leaping forward at a fast pace applications in projects, large or small, normally cannot keep up with this speed. On one hand, it doesn t make sense to port old code to the new state merely for the status on the other hand, it also isn t efficient not to use the modern technologies for new designs. Hence, what we get is a mixture of old and new stuff, or as Microsoft depicts it: the Managed and Unmanaged world, creating a new problem when both worlds have to communicate.
There exists, of course, the well-known Inter Process Communication-IPC-, the Microsoft Windows operating system mechanism for facilitating communication and data sharing between applications. This, however, is mainly a property of the old world the .NET framework does not support such a thing, up till version 2.0. Even then, it is still a question whether it is usable for communication with the old world, or that it is only meant for inter-.NET-communication.
The solution presented here s
To Search:
File list (Check if you may need any files):
IPCinCSharp\App.ico
...........\AssemblyInfo.cs
...........\bin
...........\...\Release
...........\...\.......\IPCinCSharp.exe
...........\Form1ICS.cs
...........\Form1ICS.resx
...........\IPCinCSharp.csproj
...........\IPCinCSharp.csproj.user
...........\IPCinCSharp.sln
...........\WINUSER_H
...........\.........\WinUser.h
IPCinCSharp
SendPostMessageInCSharp\App.ico
.......................\AssemblyInfo.cs
.......................\bin
.......................\...\Release
.......................\...\.......\SendPostMessageInCSharp.exe
.......................\Form1SPMC.cs
.......................\Form1SPMC.resx
.......................\SendPostMessageInCSharp.csproj
.......................\SendPostMessageInCSharp.csproj.user
.......................\SendPostMessageInCSharp.sln
SendPostMessageInCSharp