|
-
May 23rd, 1999, 01:13 PM
#1
Best way to share data with other apps?
I need to be able to share data from one of my apps with other apps like excel, etc. I know it is possible to control Excel, but I would rather be able to access data from Excel rather than push data into it. I am told that this used to be done with a DDE server. I am not very experienced with Visual C++ and would like to know the easiest way to do this.
-
May 23rd, 1999, 04:26 PM
#2
Re: Best way to share data with other apps?
As a fellow beginner, I'm kinda shy in the knowledge you need. I do know that the newer form of DDE is the ActiveX system. You may want to focus your energies into that arena of research...
-
May 23rd, 1999, 06:39 PM
#3
Re:Txt file can share with Excel and your application
Hi.
If you can keep your data in txt file, you can share this txt file with Excel and your application.
Excel -> Excel automaiton and its OpenText function which deasl with Text wizard if you open txt file at Excel.
Your application open txt file CFile and CStudio file and assign the data to your child control.
HTH.
-Masaaki Onishi-
-
May 23rd, 1999, 08:09 PM
#4
Re: Best way to share data with other apps?
You may want to check out the http://www.codeguru.com/atl section for hints on automaticing Office and Excel.
Chris Maunder
CodeGuru - the website for developers
http://www.codeguru.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|