Forms Tutorial_Resources and SysImageResources
Views (3345)
On multiple occasions, you can add an icon to an object. Like for example on menus. You can add an image by setting the NormalImage property to a path, or you can use the NormalResource property.
The only problem with the NormalResource property is that it asks for an integer. But how do you know what integer the icon has that you want to use?
Depending on what AX version you are using, the name of the form is different:
Dynamics AX 4: form Tutorial_Resources
Dynamics AX 2009: form SysImageResources
For some reason, Microsoft changed the name of that form in AX 2009, and because I started working with AX version 4.0, I always forget the name of that new form :-).
*This post is locked for comments