c# - Change folder icon color programmatically -


i wanted changed color of folder icon of windows. possible means of shell or modifying desktop.ini through c#?

if want programatically, start looking @ portable executable file format (wikipedia entry). resources section (.rsrc, see section 6.9) should contain icon. using information, can write tool modify icon.


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -