BUG + FEATURE REQUEST:FolderBrowserDialog =破了,没用了 [英] BUG + FEATURE REQUEST: FolderBrowserDialog = broke and useless

查看:64
本文介绍了BUG + FEATURE REQUEST:FolderBrowserDialog =破了,没用了的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




以下代码显示FolderBrowserDialog =已损坏。


FolderBrowserDialog folderDialog = new FolderBrowserDialog();

folderDialog.ShowNewFolderButton = false;

folderDialog.ShowDialog();


将ShowNewFolderButton设置为false会导致错误。如果我将其设置为

false,则显示为STILL。天才。


也没有办法将根目录设置为MY OWN路径。它必须是

a SpecialFolder,我们能否拥有这个,所以我们可以将它设置为我们自己选择的任何路径




谢谢

Hi,

The following code shows the FolderBrowserDialog = broken.

FolderBrowserDialog folderDialog = new FolderBrowserDialog();
folderDialog.ShowNewFolderButton = false;
folderDialog.ShowDialog();

Setting ShowNewFolderButton to false does bugger all. If I set this to
false it is STILL shown. Genius.

There is also NO WAY to set the root directory to MY OWN path. It MUST be
a SpecialFolder , can we have this so we can set it to any path of our own
choosing?

Thanks

推荐答案

考虑到我可以设置我自己的路径并拥有make new

文件夹"按钮消失,我会说你错了。


-

使用M2,Opera的革命性电子邮件客户端: http://www.opera.com/m2/

笑一笑,尝试用Opera启用Nostalgia的用户模式进行网页浏览
Considering that I could set both my own path and have the "make new
folder" button go away, I''d say you are wrong.

--
Using M2, Opera''s revolutionary e-mail client: http://www.opera.com/m2/
For a laugh, try web browsing with Opera''s User Mode with Nostalgia enabled





我不知道看到这个问题,这个控件中有一个关于路径的错误

名称长度超过128个字符,但是这个我做了测试并且工作就像我想要的那样



FolderBrowserDialog folderDialog = new FolderBrowserDialog();

folderDialog.SelectedPath =

Environment.GetFolderPath(Environment.SpecialFolde r.Personal);

folderDialog.ShowNewFolderButton = false;

folderDialog.ShowDialog();


我也粘贴了个人文件夹。


我希望这有帮助吗?


Cor

Hi,

I do not see the problem, there is a bug in this control concerning path
names longer than 128 characters, but this I did test and works like I would
expect.

FolderBrowserDialog folderDialog = new FolderBrowserDialog();
folderDialog.SelectedPath =
Environment.GetFolderPath(Environment.SpecialFolde r.Personal);
folderDialog.ShowNewFolderButton = false;
folderDialog.ShowDialog();

I pasted that personal folder also in it.

I hope this helps?

Cor

以下代码显示FolderBrowserDialog =已损坏。

FolderBrowserDialog folderDialog = new FolderBrowserDialog();
folderDialog.ShowNewFolderButton = false;
folderDialog.ShowDialog();

将ShowNewFolderButton设置为false会导致错误。如果我把它设置为
false,它仍然显示。天才。

也没有办法将根目录设置为MY OWN路径。它必须是
才能成为SpecialFolder,我们可以将它设置为我们自己选择的任何路径吗?

谢谢
The following code shows the FolderBrowserDialog = broken.

FolderBrowserDialog folderDialog = new FolderBrowserDialog();
folderDialog.ShowNewFolderButton = false;
folderDialog.ShowDialog();

Setting ShowNewFolderButton to false does bugger all. If I set this to
false it is STILL shown. Genius.

There is also NO WAY to set the root directory to MY OWN path. It MUST be a SpecialFolder , can we have this so we can set it to any path of our own
choosing?

Thanks



考虑到我刚刚那样做了它就失败了。


你使用什么版本,因为我从2003年升级到2002年

工作。


仅仅因为它适用于你并不意味着它在其他设置上没有错误。


你假设世界在你周围运行。


那段代码我将FAILS粘贴在我的身上。


" Morten Wennevik" <莫************ @ hotmail.com>写在消息

新闻:opr1nroj06hntkfz @ localhost ...

考虑到我可以设置我自己的路径并拥有make new

文件夹按钮消失,我会说你错了。


-

使用M2,Opera的革命性电子邮件客户端: http://www.opera.com/m2/

笑一笑,尝试使用Opera的用户模式进行网页浏览,并启用Nostalgia
Considering I just did that and it fails.

What version are u using because I am on 2003 upgraded from 2002 and its NOT
working.

Just because it works for you doesnt mean it isnt buggy on other setups.

You assume the world orbits around you.

That code I pasted FAILS on mine.

"Morten Wennevik" <Mo************@hotmail.com> wrote in message
news:opr1nroj06hntkfz@localhost...
Considering that I could set both my own path and have the "make new
folder" button go away, I''d say you are wrong.

--
Using M2, Opera''s revolutionary e-mail client: http://www.opera.com/m2/
For a laugh, try web browsing with Opera''s User Mode with Nostalgia enabled


这篇关于BUG + FEATURE REQUEST:FolderBrowserDialog =破了,没用了的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆