| Author |
Message |
sasikumar
Joined: 07 Apr 2006
Posts: 4
|
Posted:
Fri Apr 07, 2006 12:33 pm Post subject:
set a new icon for a new file extension |
|
|
in windows how can we set a new default icon for our newly created file say *.xxx
if any one can have a idea please post to me
thaks and regards
sasikumar
email sasimcassk@yahoo.com |
|
| Back to top |
|
 |
winxpuser
Site Admin
Joined: 21 Dec 2004
Posts: 123
|
Posted:
Fri Apr 07, 2006 1:07 pm Post subject:
|
|
|
| Go to "Tools | Fold Options" in Windows Explorer, select the tab "File Types" and click "New" to create the new file type. Then you can select it in the file type lists and assign a new icon to it. |
|
| Back to top |
|
 |
sasikumar
Joined: 07 Apr 2006
Posts: 4
|
Posted:
Sat Apr 08, 2006 5:50 am Post subject:
|
|
|
| winxpuser wrote: | | Go to "Tools | Fold Options" in Windows Explorer, select the tab "File Types" and click "New" to create the new file type. Then you can select it in the file type lists and assign a new icon to it. |
hi suppose when we copy or install a new file in to the system. so i need automatic icon insalation and select progran to run then how can i do
its eg for *.yyy files
thanks |
|
| Back to top |
|
 |
winxpuser
Site Admin
Joined: 21 Dec 2004
Posts: 123
|
Posted:
Sat Apr 08, 2006 5:53 am Post subject:
|
|
|
| Have you tried the steps in my previous thread, it said all. |
|
| Back to top |
|
 |
sasikumar
Joined: 07 Apr 2006
Posts: 4
|
Posted:
Sat Apr 08, 2006 6:28 am Post subject:
|
|
|
| winxpuser wrote: | | Have you tried the steps in my previous thread, it said all. |
ya i done the steps, but i nees to do this all steps can done in automatically
like when we can install new s/w in to our syatem the new s/w file icon can
set automatically.like this i also need to install my my icon for my new file during installation.
the previous thread will work well when we can costamise our system only but i need this for all system when we can install the new file
like bmp jpeg tiff all are having own icons
thanks |
|
| Back to top |
|
 |
winxpuser
Site Admin
Joined: 21 Dec 2004
Posts: 123
|
Posted:
Sat Apr 08, 2006 6:38 am Post subject:
|
|
|
| Then you need to edit Windows registry by programming. If you know some programing language, it's easy to do it. |
|
| Back to top |
|
 |
sasikumar
Joined: 07 Apr 2006
Posts: 4
|
Posted:
Sat Apr 08, 2006 6:41 am Post subject:
|
|
|
| winxpuser wrote: | | Then you need to edit Windows registry by programming. If you know some programing language, it's easy to do it. |
ya thet what i need i know VC++ so is there any example for doing like this
it wil be help ful for me
thanks |
|
| Back to top |
|
 |
winxpuser
Site Admin
Joined: 21 Dec 2004
Posts: 123
|
Posted:
Sat Apr 08, 2006 6:58 am Post subject:
|
|
|
When you create a new VC project, you have the chance to register a new file type without any coding.
New file registration is a very common task, try searching the MSDN documentation for detailed instructions, it should be only several lines of code.
This forum is for XP users other than programmers, I will not go into the details. If you can't figure it out, try asking on http://www.codeproject.com/ |
|
| Back to top |
|
 |
|
|
|
|