fileopendialog
C# using FileOpendialogbox control within my form class
I have a weird requirement. I need to use FileOpenDialogBox control within my form. I mean not as ot开发者_StackOverflowher window but as control of a form. I know many applicationss that doing it. Ho[详细]
2023-04-06 10:49 分类:问答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 分类:问答Create a "file Open" Dialog Button and Write Out to Text Box
I am wanting to create a browse (fileOpen Dialog) button to search my l开发者_如何学运维ocal drive and then write out the selected path to a text field.[详细]
2023-03-17 15:34 分类:问答How to open a default dialog for window if ShellExecute fails due to no file association in C++?
I can use the windows ShellExecute function to open a file with no problems so long as the file has a correct association.[详细]
2023-03-13 02:46 分类:问答What is the difference between the new TFileOpenDialog and the old TOpenDialog?
What is the difference between the new TFileOpenDialog and the old TOpenDialog? In my computer (Win 7/DXE), when开发者_JAVA百科 I run the code, the dialogs look the same.TOpenDialog executes TFileOpen[详细]
2023-03-11 12:45 分类:问答Is it possible to disable the OpenFileDialog cancel button?
Is it possible to set the OpenFileDialog\'开发者_StackOverflow中文版s cancel button enable = false? If so, How?[详细]
2023-01-20 02:24 分类:问答getOpenFileNames dialog is not centered to the main window
Why the opened d开发者_JAVA技巧ialog is not centered to the main window? void MainWindow::on_FileOpenAction_triggered()[详细]
2023-01-12 16:28 分类:问答VBScript file open dialog that works in XP and Vista?
In XP, you can use VBScript with the UserAccounts.CommonDialog object to bring up a File Open dialog (as described here), but apparently this does not work under Vista.[详细]
2022-12-27 05:11 分类:问答Automate open dialog box
Is there any way to automate a opening files with open dialog box on Mac OS? The application asks user to open files with the standard open dialog box. But I need open files automatically.[详细]
2022-12-25 10:18 分类:问答How to disable automatic appending of wildcard pattern in Vista file open dialog
I\'m using a file open dialog to chose image files for further editing. The filter list contains an \"All supported formats\" entry which rep开发者_开发技巧resents a long list of file formats.[详细]
2022-12-17 06:30 分类:问答