? is it possible to add icon in "SHELL32.dll"

  • Thread starter Thread starter |-| oo K
  • Start date Start date
O

|-| oo K

hello friends,

we can imort icon from shell32 in regedit
eg:
"%SystemRoot%\system32\SHELL32.dll,-50"

QUE 1> CAN we make file { Icon.dll } that will contain set of icons
like in SHELL32.dll

QUE 2> CAN we inject/replace some icon in SHELL32.dll

________________________________________________________________________
 
yes, this will work, do as he describes...

Ayush" <"ayushmaan.j[aatt]gmail.com said:
[|-| oo K] wrote-:
QUE 1> CAN we make file { Icon.dll } that will contain set of icons
like in SHELL32.dll
Yes.

QUE 2> CAN we inject/replace some icon in SHELL32.dll

Yes. Use a resource editor (like Resource Hacker).

http://www.thefreecountry.com/programming/resourceeditors.shtml

You can also use the Shell Icons key :
http://www.virtualplastic.net/html/icn_reg.html

Good Luck, Ayush.
 
|-| oo K said:
hello friends,

we can imort icon from shell32 in regedit
eg:
"%SystemRoot%\system32\SHELL32.dll,-50"

QUE 1> CAN we make file { Icon.dll } that will contain set of icons
like in SHELL32.dll
Yes, actually dll file(and exe file) can contain many kinds of
resources, including bitmap, icon, string table, etc.
 
Back
Top