Search code examples
c#winapiembedded-resource

embed .res file as a native win 32 resource into c# application


i want to embed win32 resource into c# application, but i don`t know how. Somone on CodeProject said that it is impossible and suggest to use resource hacker:

code project article

I tryed it and it is working good.

but the problem is that i want to add this resources in visual studio using code (or some ide parameters or settings) without third party programms like respurce hacker.

also i know that when i create an c# application, somehow it recives standart resources like "version info" and "Manifest"

so i`m asking is it still impossible to do this, or actualy possible because applications have some standart resources.


Solution

  • It is supported, Project > Properties > Application tab, "Resource file" setting.