Hello,
My application has modified the registry in order to associate itself with certain extensions. If the application isn't running and I open a file associated with it, it works like charm.
The problem is that when the application is already running, the sub main(used to receive the command line arguments) gets never called and therefore i don't receive the parameters required to treat the given file. My application is just broth to the foreground.

Please HELP!