开发者

Programatically changing the look of Windows Explorer?

开发者 https://www.devze.com 2022-12-17 14:23 出处:网络
Say I wanted to chan开发者_开发技巧ge the font of certain folders in Windows Explorer programatically, can I do that? And if I did it as a plugin application, how can I integrate it with Explorer?A fe

Say I wanted to chan开发者_开发技巧ge the font of certain folders in Windows Explorer programatically, can I do that? And if I did it as a plugin application, how can I integrate it with Explorer?


A few things such as custom icons and backgrounds are changeable using desktop.ini, a simple hidden file that Windows creates when you use the Customize Folder menu. However, I don't think font is one of the things you can change this way.

For more complex changes you'll need to write a shell extension. A good tutorial for those is available here.

0

精彩评论

暂无评论...
验证码 换一张
取 消