Topic: (UNRESOLVED) Select directory and..
I like to select pre-defined directory and load image. Pre-defined image folder located under application root folder.
Using the following script takes me to the pre-defined folder named RatingImages ( but Windows open dialog displayed is missing Open, Cancel buttons file field etc.
procedure frmItems_btnOpemImg01_OnClick (Sender: TObject; var Cancel: boolean);
begin
OpenFile(ExtractFilePath(Application.ExeName) + '\RatingImages','');
end;
Could somebody fix the above please?
God... please help me become the person my dog thinks I am.