I have some image files in a folder. I would to resize them by changing their properties (pixel width and pixel height) from user input. I have two text boxes and a command button on a form. When the user clicks the command button all the files in the folder change according to user input. The reason for this is to eliminate the user from opening up each image in paint and changing the properties one a time. Is this at all possible? Thanks in advance.