
this example demonstrates using a memory mapped file to share data between processes.

samples are provided for vb6, C# and C

start up the vb6 app
start up the C or C# app
now click read in vb6 app
now click write in vb6
now hit any key in the C or C# app

you will examples of hardcoded data being shared between the apps.

code is free for any use.