c++ - Reading Data From Another Application -


how read data window's application?

the other application has tg70.apexgridoledb32 according spy++. has 3 columns , few rows. need read data application writing. can me?

i writing code in mfc/c++

operating systems donot allow directly reading data different applications/processes. in case "application" sub-process of main application, can use shared objects pass data , fro.

however, in case, seems appropriate dump data on disk. suppose have applications , b. b can generate data , push data onto regular file or database. can access file/database proceed. note costly implementation because of sheer number of i/os performed.

so if application generating lot of data, making both applications threads way go.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -