Copy and use copied file within - Forum

Forum Navigation
You need to log in to create posts and topics.

Copy and use copied file within

I am working a program to save the details of images of records that I have orders. The database works for adding the information about the record but,

Is it possible to select an Image from one folder and save it to another , and the program only show me the image that was saved within the program.

@m-burdess

Is it possible to select an Image from one folder

- Select an image as in 'have the user pick one from a ListBox' ?

Use FileList and a ListBox with a variable for List items property; then use variable (to store selected item) as value in FileCopy command

- Or just from the file name in a variable ? ... use this variable in the FileCopy command

and save it to another

Use the FileCopy command

and the program only show me the image that was saved within the program.

Show in a Picture Box ? ... specify a variable for the Image File property, and then update the variable.

Details can be found at https://winhelp.visualneo.com/Files1.html

luishp and Vadim have reacted to this post.
luishpVadim