I believe I understand enough about DDE to understand how to do what
I am trying to do, I just cannot figure out how to do it in MFC 7.
The SDI app current allow multiple instances of itself to run. It
should only allow one instance to run. Also, when double clicking
one of this applications data files, the file needs to be loaded
into the application, if it is already running.
Now I found an old Win16 sample called FileAsso.EXE. I have been
able to compile it and I understand how and why it does works.
There are two things I need to know:
1: Does CFrameWnd call DdeInitialize(), DdeCreateStringHandle(),
etc? If so, where?
2: It does not appear that the FileAsso.EXE is executed a second
time when one of it's data files are clicked. I believe that is
because of how the values in the registry. Where will I find
documentation about registry configuration for DDE?
Sam