Hi,
I just joined this forum so hopefully I am posting in the right area and according to the guidelines.
I have not used Visual C++/MFC in 18 years... So the simplest and fastest coding solution for the software below is what I am looking for. Not even menu, open/save or anything else. Something I can make ideally in a day or even just few hours...
In summary I want to make (using VC++) the following:
1) a slideshow that displays a set of images in a random order. Such images are located in the same folder where the EXE file is located
2) the images are displayed in RANDOM sequence for XX number of times at RANDOM YY time intervals (from tens of milliseconds to seconds)
3) the ONLY two UI items are the Play Slideshow button and a small table where in each row I specify a) the number that a full set of images in the folder is displayed, b) minimum display time in milliseconds and c) maximum display time again in millisecond. (note, it will be always at least 10 milliseconds display time minimum).
4) it is just for me so a single EXE file with NO installer, no fancy UI, no open file, no images location folder choosing, no save of settings or anything else. I can fill in the table every time I run the software.
5) only in Windows
The goal is to make it as fast as possible. Hopefully just few hours??
The main issue I have not used Visual C++ for over 18 years so don't remember much about it.
Can you please give me some pointers as to how to implement it.
Thank you