Hi all,
I'm trying to pin my application to the Start Menu, making it the default Internet Browser for the system.
This all works fine, however I'm having trouble setting the Icon.
In the registry, I must add the executable path, then an icon resource number after it.
Currently, I have:
C:\MyApplication.exe,0
..and an icon file within the project, whose Build Action is set to Embedded Resource.
Is this all that is required? How does one create a Resource File (for things such as this) like I would in C++?
Regards,
chem




Reply With Quote