Exe Icons

Can anyone suggest how you assign a .ico file to an exe in a merge module pls

Thanks

[87 byte] By [AdamVanner] at [2007-12-16]
# 1

To assign icon to exe, you need to build this exe with an icon file embedded as a resource. Take a look on this topic on MSDN, http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcresed/html/_core_selecting_or_customizing_a_display_device.asp.

I am not sure what you are asking about merge modules. Merge Modules just package files for future deployment to another computer. They do not modify files in any way.

Thanks,
Nikola
VC++

NikolaDudar at 2007-9-9 > top of Msdn Tech,Visual C++,Visual C++ General...