Click to See Complete Forum and Search --> : Manifest resources


mircea_turcu
December 16th, 2002, 09:04 AM
Hi,

Here is my problem:
I have :
1) a project written in C# and named MyProject.exe (this is the exe file of the project);
2) a manifest file (this is necessary for XP themes) named MyProject.exe.manifest

I want to include MyProject.exe.manifest in the MyProject.exe automatically (from another project) - I don't wanna do this thing manually from VS.NET .

Can somebody help me?

I've found a method from API Win32 named UpdateResource .
But this method loads a manifest type resource from a exe file (where the manifest resource is included). This method is not helping me or I can not see the answer.

Please, help me!

Best Regards,
Mircea