How i can set icon for new file extenstion ?
-
Hi , I'm new file extension using serialization and deserialization ... How i can set icon to my new file extension.
-
Hi , I'm new file extension using serialization and deserialization ... How i can set icon to my new file extension.
-
Honeyboy_20 wrote:
How i can set icon to my new file extension
You'd need to register your file extension[^].
Bastard Programmer from Hell :suss:
I want to set it programatically I'm found the method but the icon not appears http://mel-green.com/2009/04/c-set-file-type-association/[^]
-
I want to set it programatically I'm found the method but the icon not appears http://mel-green.com/2009/04/c-set-file-type-association/[^]
Honeyboy_20 wrote:
I want to set it programatically
The link explains how, I don't offer copy and paste code :)
Honeyboy_20 wrote:
I'm found the method but the icon not appears
Read the "caveats" in the link that you posted.
Bastard Programmer from Hell :suss:
-
Hi , I'm new file extension using serialization and deserialization ... How i can set icon to my new file extension.
In the windows explorer, access tools->folder options... From the displayed dialog using the third tab (File Types) You can set the Icon for the file type. If you do it from the application itself, you should assign a Icon using the Resource editor of your IDE. See U :suss: