How to send data from one application to another
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
-
1. I have an application (SDI) which works with database that is, retrieves data and the data are displayed in Edit Boxes and Statics I want to send these data to another program, MS Word in my case how to do this ? 2. Is it possible with ADO? thank you.
try with ShellExecute function. In ADO i'm not sure.
-
1. I have an application (SDI) which works with database that is, retrieves data and the data are displayed in Edit Boxes and Statics I want to send these data to another program, MS Word in my case how to do this ? 2. Is it possible with ADO? thank you.