Hi, I am trying to get the return value at runtime of the picture property of a picturebox control. What I want to do is save the name of the image in the picturebox into a string but when I try to do the following;
MyString = Picture1.picture
All I get is a 9 digit number. How can I get the name of the image returned from the picture property.
Thanks
John B
MyString = Picture1.picture
All I get is a 9 digit number. How can I get the name of the image returned from the picture property.
Thanks
John B