Hello!

I have a dialog oriented application which can load/save a special file type.

I was wondering how to register this file type in the registry so that a double click on this file type starts my app. I thought about a "reg" file to add some keys in the registry... But then how do you retrieve the filename in the InitInstance of the app?

Do you have any idea or starting point?

Thanks, Teymour