N
N
Nick Deviant2017-04-03 17:05:52
C++ / C#
Nick Deviant, 2017-04-03 17:05:52

How to fit / sew two or more icons into an exe file?

One becomes, and the second I can’t figure out how to sew, many exe-shniks noticed that there are a lot of icons inside (when choosing an icon from the explorer). I can't find it on google, because the search is clogged with queries with 1 icon.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
d-stream, 2017-04-03
@d-stream

We add, for example, a static or dynamic resource and add at least 100,500 icons there. There we also add lines of text, etc. Then we collect all this in the form of a separate dll, and when the program conquers, for example, the Mexican market, we make the same dll with the same resource names, but only the pictures (pictograms) are all in a sombrero, and the text lines are in Spanish ... It turns out a little localization by replacing just one dll -)
Well, then to taste, for example, for each application window, set / change the Icon property, indicating a specific image in the resource, we do the same for the main application on events such as resize or timer and get whistling-farting- stinking application -))

N
Nick Deviant, 2017-04-03
@nick_raven

For those who are also looking, I found some solutions on English sites:
stackoverflow.com/questions/3485103/automatically-...
https://www.codeproject.com/Articles/19580/Embeddi...
https:// social.msdn.microsoft.com/Forums/vstudio/e...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question