I know the rename files question has been asked a numerous amount of times here before, but can somone give me some advice on how to achieve the following:
I need to rename images using strings that would be created from data that the user chooses from various combo boxes.
Ideally the user would specify the directory (using the common file dialogue controls ?) with images inside, a list of these images would be displayed in a list box on the form.
when an image name is selected within the list box, a preview of the image would be shown, and the user can then build the appropriate file name from the various combo boxes, and rename the file.
The renaming of the file, should be relatively straight forward (I hope!), but is it possible to load the directory contents into a list box, and show a preview of an image when it is selected.
Any input/ideas/examples on this would be appreciated.
thanks alot
mark
I need to rename images using strings that would be created from data that the user chooses from various combo boxes.
Ideally the user would specify the directory (using the common file dialogue controls ?) with images inside, a list of these images would be displayed in a list box on the form.
when an image name is selected within the list box, a preview of the image would be shown, and the user can then build the appropriate file name from the various combo boxes, and rename the file.
The renaming of the file, should be relatively straight forward (I hope!), but is it possible to load the directory contents into a list box, and show a preview of an image when it is selected.
Any input/ideas/examples on this would be appreciated.
thanks alot
mark
Last edited: