need a code that will check for the newest picture and display it
so i need label1.caption to equal the newest picture that is added into the folder that is holding the images without having to click on it.
label1.Caption = file1.Path & "\" & file1.filename
Form1.Image1.Picture = LoadPicture(label1.Caption)
so i need label1.caption to equal the newest picture that is added into the folder that is holding the images without having to click on it.
label1.Caption = file1.Path & "\" & file1.filename
Form1.Image1.Picture = LoadPicture(label1.Caption)