Insider1984
Technical User
I'm familiar with WinExec but this is a new monster for me.
Basically have a directory full of dozens of images. Each image has a very specific name.
I want to be able to click a button inside my program and perform a standard windows search (with results) displayed based on a variable.
Example.
search_var= "*S02*07*F05*"
dir_var = "C:\Temp\01\"
I would then like to push a button to search "dir_var" for files that contain "search_var".
I wouldn't mind programming something but it's only to view a subset of images... not to cut copy or paste them and certain not to move them.
Thanks for the help.
=====================
Insider
4 year 'on the fly' programmer
C++ Basic Java
Basically have a directory full of dozens of images. Each image has a very specific name.
I want to be able to click a button inside my program and perform a standard windows search (with results) displayed based on a variable.
Example.
search_var= "*S02*07*F05*"
dir_var = "C:\Temp\01\"
I would then like to push a button to search "dir_var" for files that contain "search_var".
I wouldn't mind programming something but it's only to view a subset of images... not to cut copy or paste them and certain not to move them.
Thanks for the help.
=====================
Insider
4 year 'on the fly' programmer
C++ Basic Java