Yes, but this is really easy to implement.

I overwrite the TOpenDialog_Extension.Execute() procedure with the following
code:

if ((Win32MajorVersion < 6)) then
  Result := inherited Execute()
else
begin

  ... here the new implementation.

end;

... if you are interessed I would send the whole implementation to you via
E-Mail f. e.

-- 
<http://forum.pspad.com/read.php?2,45907,46199>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem