Sending Device Context Through Shared Memory?
-
Is it possible? I've been trying to send the object for some hours but I dont think it is possible since as far as I've read, the device context data lies on a different part of the memory. What I am trying to achieve is to send a CDC object from one application, to another almost every 200ms (the application which sends the CDC is hidden btw). I currently have 2 solutions so far (Use of 1. Clipboard, 2. Shared DLL) but I want to make sure first if there are other better ones out there. Hoping for your suggestions. Thank you.
-
Is it possible? I've been trying to send the object for some hours but I dont think it is possible since as far as I've read, the device context data lies on a different part of the memory. What I am trying to achieve is to send a CDC object from one application, to another almost every 200ms (the application which sends the CDC is hidden btw). I currently have 2 solutions so far (Use of 1. Clipboard, 2. Shared DLL) but I want to make sure first if there are other better ones out there. Hoping for your suggestions. Thank you.
Why do you want to do such a thing ? :confused:
Cédric Moonen Software developer
Charting control [v1.4] -
Why do you want to do such a thing ? :confused:
Cédric Moonen Software developer
Charting control [v1.4]part of the requirements given to me. never would think or might want to do that thing myself anyway :) one application is more of a graph maker and another is more of the overall application which manages all the dedicated applications (one is the graph maker).