A question that always pops up is "Can I call managed code from my native process?" And the answer was always "no". Sure, you could create a window and pass window messages between a native process and a managed process, but that's a pretty limited solution,
Read More...