Quote from
Gaev on September 4, 2022, 11:00 pm
@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
@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.