So, I can't wait and I found it.
To set a resource as embedded resource inside a project, you must set the
following properties:
"BuildAction" must be set to 3
"ItemType" must be set to "EmbeddedResource".
Thanks again to all
Michael
> So, I can't wait and I found it.
>
[quoted text clipped - 3 lines]
> "BuildAction" must be set to 3
> "ItemType" must be set to "EmbeddedResource".
Thanks for the info. Thus far, I have not been able to find a list of all
known properties and their accepted values. Probing code has always been
necessary. Does anyone know of such a list? Carlos? :-)
-----
Best Regards,
Dustin Campbell
Developer Express Inc
Michael Reukauff - 27 Jan 2006 08:19 GMT
Hi Dustin
Did not find one.
I wrote a small addin to show me the properties of that opened solution.
There are a lot of properties for each item in the solution and the names of
the properties differs and depends on the file type. for example the .ico
has 23 properties.
Michael
>> So, I can't wait and I found it.
>>
[quoted text clipped - 12 lines]
> Dustin Campbell
> Developer Express Inc
Carlos J. Quintero [VB MVP] - 27 Jan 2006 09:27 GMT
> Thanks for the info. Thus far, I have not been able to find a list of all
> known properties and their accepted values. Probing code has always been
> necessary. Does anyone know of such a list? Carlos? :-)
Hi Dustin,
No, I do not have such a list, and it seems to me that it is "subject to
change" with each new version. But I noticed that the new VSLangProj80
assembly contains quite a few property lists, so maybe there is some
standarization there...

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
Dustin Campbell - 27 Jan 2006 17:32 GMT
> But I noticed that the new VSLangProj80 assembly contains quite a few
> property lists, so maybe there is some standarization there...
Let's hope so. :-)
-----
Best Regards,
Dustin Campbell
Developer Express In