I have done it in the past on a PC (but MDI application) by setting up
the registry for the document to class/shell/open/command program
/dde class/shell/open/ddeexec [open("%1")] and adding onDDEcommand and
ShellEnableOpen in init instance.
When I try to do it on PocketPC (emulator only so far) it does not
work. ShellEnableOpen is not supported, and I never seem to be getting
any indication that even /dde is recognised by CCommandInfo.
If I change the class/shell/open/command key to program "%1" I can
get steps 1 and 2, but I cannot accomplish 4.
Would someone point me in the right direction. Thanks.
Henryk Birecki