- Delphi Cookbook
- Daniele Spinetti Daniele Teti
- 74字
- 2025-04-04 16:22:46
Getting ready
The hard work is done by the operating system itself. We have to instruct Windows to provide the following information:
- The file extension to associate
- The description of the file type (it will be shown by Windows Explorer, describing the file type)
- The default icon for the file type (in this recipe, we'll use the application icon itself, but it is not mandatory)
- The application that we want to associate
Let's start!