Hi
I want to show the Images in AX Form , The images are located in System Drive ( D:/ images/), How to show the particular image in AX From from the Local Directory..
i try to use this code its work on button
void clicked()
{
Image.imageName(@'D:\Image\u_10167312.jpg');
super();
}
but i want way to show image using windows image , how i do it !

*This post is locked for comments
I have the same question (0)