I have been digging in the Image object and haven't found a property or method to extract the path/filename out of the object only the setting it via image.fromfile.
Currently I have an app that has a property grid that has an image type defined and the users can select the image they want. But I need to store the path & filename. Thus far its the only way I can find to use a browse dialog via the property grid if anyone has another way to do this it would be greatly appreciated.
Currently I have an app that has a property grid that has an image type defined and the users can select the image they want. But I need to store the path & filename. Thus far its the only way I can find to use a browse dialog via the property grid if anyone has another way to do this it would be greatly appreciated.