
Signature
Browse http://connect.microsoft.com/VisualStudio/feedback/ and vote.
http://www.peterRitchie.com/blog/
Microsoft MVP, Visual Developer - Visual C#
I'm associating them through my Installer program - - that's not the
problem - I have that part done.
The part that I'm having problem with is that, once associated -
dobule-clicking one file will open the program and load the file - no
problem
BUT - when double clicking on the file, once the program is already loaded
and in memory, WILL NOT load the newly double-clicked file into the program
> How are you associating files to your application?
>
[quoted text clipped - 10 lines]
>>
>> What do I need to do inside my app, to make this possible?
G Himangi - 30 May 2007 04:31 GMT
I am not sure but I think Windows attempts to communicate with your open app
instance via DDE when a second file is being opened. You will have to handle
DDE messages send to your main app window.
---------
- G Himangi, Sky Software http://www.ssware.com
Shell MegaPack : GUI Controls For Drop-In Windows Explorer like Shell
Browsing Functionality For Your App (.Net & ActiveX Editions).
EZNamespaceExtensions.Net : Develop namespace extensions rapidly in .Net
EZShellExtensions.Net : Develop all shell extensions,explorer bars and BHOs
rapidly in .Net
---------
> I'm associating them through my Installer program - - that's not the
> problem - I have that part done.
[quoted text clipped - 20 lines]
>>>
>>> What do I need to do inside my app, to make this possible?