Any easy way to use icons from resources?

c#, forms, icons, resources

Solution

choosing that file, will embed the icon in the executable.

Problem

I have an C# app. I need to add an icon to that app so i added an icon resource. Adding resource went fine, but is there any way to use my (resource) icon as form icon WITHOUT adding additional code? When i try to use design-time "icon" property of form it seems i have to choose a file, but i want to use embedded icon... Any help?

Original source

Related problems