topendialog
How I could to forbid show of hidden/system files in TOpenDialog?
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[详细]
2023-04-10 02:10 分类:问答OpenDialog does not show up in Delphi MultiThreaded application
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 :[详细]
2023-03-21 05:59 分类:问答Open / save file dialog set focus to the file list view
is it possible to open TOpenDialog, TSaveDialog with 开发者_StackOverflow社区focus set to the file list view instead of file name edit box ?[详细]
2023-02-21 17:55 分类:问答Draw a "TPanel" in WINAPI?
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\".[详细]
2023-01-22 08:06 分类:问答GetDir in Delphi2010 not working under Windows 7?
I have the following sequence of commands in Delphi2010: var netdir:string; .... OpenDialog1.InitialDir:=n开发者_JS百科etdir;[详细]
2023-01-16 22:39 分类:问答Custom preview for open dialog using Delphi
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[详细]
2022-12-19 19:07 分类:问答Delphi 7 and Vista/Windows 7 common dialogs - events do not work
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[详细]
2022-12-14 08:21 分类:问答TOpenDialog in Delphi - how to open only file with given name
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)[详细]
2022-12-13 02:00 分类:问答