问题标签 [opendialog]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
34083 浏览

delphi - DELPHI - 如何使用 opendialog1 选择文件夹?

可能重复:
Delphi:使用 TOpenDialog 选择目录

我需要在我的项目上打开一个特定的文件夹。当我使用 opendialog1 时,我只能打开一个文件。打开一个文件夹怎么样?

想要 - 在 Delphi 中打开文件夹对话框

PS:我用的是 Delphi 2010

0 投票
5 回答
2126 浏览

c# - c#如何知道opendialog中有多少选定的文件?

如何知道在 c# 的 opendialog 中选择了多少个文件?

0 投票
2 回答
243 浏览

vb.net - trying to output more than one filenam into textbox vb.net

Apologies if this is really simple but I'm fairly new to programming. I've created a program that uses an open dialog box and outputs the names of the file to a textbox.

Where I'm having issues is trying to get the textbox to display more than one line as all it seems to be doing is writing one line in the textbox.

The code I'm using is below, could someone please advise what I need to change so that I can get this to work.

I've managed to get everything else to work correctly but it's just this one thing.

0 投票
1 回答
4123 浏览

javascript - “SecurityError:操作不安全。” 在 Firefox 和 Chrome 中的“未捕获的 ReferenceError:openDialog 未定义”

我试过

两者都抛出异常:

在火狐和

镀铬

openDialog()并非在所有浏览器中都可用?

我正在本地机器上工作。

0 投票
1 回答
635 浏览

reporting-services - SSRS 2008 R2 - Export as PDF - Save/Cancel, No Open Dialog

Hopefully this will be pretty simple! I've googled around but apparently I'm the only person in existence with this issue. When I go to Export my report as a PDF, a dialog box opens that only has options for Save and Cancel. I want either:

  1. An Open option on that window so the report opens in whatever PDF viewer
  2. The report to open automatically AFTER the user saves it as whatever filename they want.

Note that I don't want it to save automatically, but provide them some option to open it AFTER they've saved it.

0 投票
0 回答
124 浏览

wpf - WPF 从选项卡控件中的选定文件夹加载图像

我想要可以选择多个文件夹的用户控件,其中每个选定的文件夹都包含图像,此外,这些选定的文件夹必须作为 tabItem 打开。比如说我选择了“7”个文件夹,这样“7”个标签将被创建,每个标签包含文件夹的图像,即第一个标签项包含第一个文件夹图像。这里的挑战是,如何让打开对话框来选择多个文件夹。

0 投票
0 回答
28 浏览

c# - 如果文件是silverlight中的另一个进程,我该如何浏览文件

我正在使用 OpenFileDialog 来选择文件。在尝试选择文件时。我收到错误:文件正在使用中。

我如何选择文件甚至正在使用的文件?

0 投票
1 回答
1938 浏览

c# - 如何更改winforms中opendialog的语言?

我编写了一个程序并 wnat 以获取以我的语言打开的 opendialog
我尝试更改文化 ui,但它不会更改英语布局
有人知道如何更改它吗?

0 投票
2 回答
616 浏览

delphi - Delphi OpenDialog for FTP 服务器

有没有办法使用 opendialog 或 savedialog 在 FTP 服务器上导航?
我试过用
InitialDir := 'ftp://ftpip'

0 投票
1 回答
643 浏览

c# - 子节点处于活动状态时禁用 MDI 父节点

我在我的软件中的菜单条,当用户单击关于我想打开另一个子窗口但我想让父窗口禁用,这意味着只有通过关闭或单击 kk 使其再次可用。

我当前的代码打开了表单,但没有使父级禁用

我试过 about.ShowDialog(); 它抛出一个错误

我很感激任何答案可能的代码解决方案