I was wondering if it was possible to use c++ to associate a specific icon with a custom file type.
for example, I create a file with fopen(testfile.rider, "wb");
It creates a file with an extension of .rider, but it has the default unkown file type icon. Is there a way to automatically give each .rider file a non-default icon? Creating the icon itself is no problem.
Thanks,
riderrocker