icons
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi! I want to get the main icon of an EXE and then change the main icon of another EXE with the one I got! How can I implement it? Thanks!
Do you mean by actually modifying the .exe file? If so, check out
BeginUpdateResource()
andUpdateResource(..., RT_ICON, ...)
.
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown