Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
Aamir
Posted - Oct 12 2023 : 10:39:56 Hi,
Can we load random limited images from the directory by using ImageEnMView1.FillFromDirectory('ImageFolderPath');
Suppose I have a directory having 1000 images. now I want to load 200 images randomly every time. When I call the same statement ImageEnMView1.FillFromDirectory('ImageFolderPath').
Aamir
1 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Oct 12 2023 : 15:56:33 Hi Aamir
You could use FillFromDirectory() if you limit the filling by excluding some files in the OnImageAdd event: