A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Actually the program creates some extention associated files (e.g. .rbd files) through a Save As button into which all progress is stored. So if I double click on such a file I want the program to be launched at the progress point of the last save as event. For all this to work I need somehow to capture the path of that file on double clicking it so that the software is able to open it and read the stored info
In your setup project use the File Types editor to have the installer create your file type and associate the .rbd extension with the installed application. Refer to File Types Management in Deployment