.. nun wenn es jemanden gibt der einen expert-exchange account hat
der könnte für eine
Lösung mit onIncludItem einmal nachschauen.
So haut das noch nicht hin:
Delphi-Quellcode:
procedure TForm1.OpenDialog1IncludeItem(const OFN: TOFNotifyEx;
var Include: Boolean);
begin
include:=false;
end;
procedure TForm1.Button1Click(Sender: TObject);
begin
opendialog1.Options:=[ofEnableIncludeNotify];
if opendialog1.Execute then
begin
end;
end;
Grüße
Klaus