How can I reuse the application icon from within my application so I don't have to embedded it twice (once for the application icon and once for internal usage)?
|
|
|
|
|
|
|
You can read it back via P/Interop calls. It goes something like this:
additionally, native signatures are:
|
|||
|
|
|
|
It seems easiest to use Icon.ExtractAssociatedIcon, as outlined in this related question: http://stackoverflow.com/questions/596837/avoiding-duplicate-icon-resources-in-a-net-c-project |
||
|
|
