Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fast and reliable data exchange with VB6 application.
#2
To send data, use message WM_COPYDATA. It's easiest.
To use same memory in both processes, use shared memory functions. It's fastest.
Or use a file, or registry, but probably it is slower.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)