Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DDE on PocketPC ??

0 views
Skip to first unread message

Henryk Birecki

unread,
Nov 16, 2001, 11:24:13 AM11/16/01
to
I am having troubles associating files with my SDI application. What I
want is : 1) open File Explorer and select a file 2) File opens in my
application ... do whatever 3) go back to File Explorer and select
another
file 4) My application comes back with the new file as document

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

0 new messages