I tried to write a program for safe deleting files. However, I have a problem with deleting system files (recycle bi开发者_高级运维n etc.). Now my question is. Which way to hidden files (from users) a
i tried to use the openDialog in new thread but it made so strange behavior .. if i put the if opendialog.execute then in the create constructor like this :
is it possible to open TOpenDialog, TSaveDialog with 开发者_StackOverflow社区focus set to the file list view instead of file name edit box ?
I want to extend an open/save dialog with a \"drop-box\" which should look like a TPanel (bevel). The code is already there - I use CreateWindowEx() with WNDCLASS name \"Edit\".
I have the following sequence of commands in Delphi2010: var netdir:string; .... OpenDialog1.InitialDir:=n开发者_JS百科etdir;
I need to preview several CAD formats in the file open dialog box in Windows 7 / Vista. In the past I used a Delphi Preview Open Dialog and I could register and implement the CAD format that I had to
I\'m trying to modify the Delphi 7 Dialogs.pas to access the newer Windows 7 Open/Save dialog boxes (see Creating Windows Vista Ready Applications with Delphi).I can display the dialogs using the sugg
User should open only \"KLADR.DBF\" file. I\'m setting \"Filter\" property to \"kladr.dbf\" and dialog shows only required file, but in the same directory there are another \".DBF\" file (STREET.DBF)