How to Create a file association for my application?
Answer / Santosh Anand
To create a file association for your application in Delphi, you can use the Registry. Inspect.Create function. Here's an example:nnRegistry.IniFiles.Add('HKEY_CLASSES_ROOT', 'MyFileAssociation'); // Assuming MyFileAssociation is the key namenRegistry.IniSections.Add('HKEY_CLASSES_ROOT/MyFileAssociation', 'MyFileType'); // Assuming MyFileType is the value name
| Is This Answer Correct ? | 0 Yes | 0 No |
How to access more than one table with the QuickRep component?
How to Change the font in a hint window ?
How to Test IDispatch Descendants?
How to Debug CORBA clients and servers?
How to Get the filename and path of a local table?
How to create SQL queries with SQL Builder?
what are the Font problems on NT 4.0?
Can I use the AssignPrn method to write directly to a port?
What version of TeeChart is supplied with Delphi 6?
'Missing Data Provider or Data Packet' . what does this error mean?
How to get DLL function parameter listings ?
How to Use additional data sets in expressions ?