win7中的截图工具如何保存“另存为”小路?

发布于 2024-09-12 05:59:12 字数 262 浏览 5 评论 0原文

它不会将其存储在注册表或文件中。

似乎它必须使用“公共项目对话框”保留默认路径,但是知道这一点我如何找到实际路径?似乎该信息应该是应用程序私有的...(?)

奇怪的是,我什至没有看到有关如何从 dotnet 访问“公共项目对话框”的 msdn 信息,所以我真的需要遍历所有内容我自己的互操作麻烦吗?

然后不清楚我如何获取截图工具正在使用的 GUID,因此我可以执行以下操作: GUID 引导; pfd->IdentifyDialog(&guid);

It doesn't store it in the registry or a file.

It seems like it must persist the default path using the "Common Item Dialog", but how do can I find the actual path knowing this? It seems like the info is supposed to be private to the app...(?)

Oddly, I don't even see msdn info about how to access the "Common Item Dialog" from dotnet, so I really need to go through all the interop hassle myself?

Then it's unclear how I'd obtain the GUID that Snipping Tool is using, so I can do things like:
GUID guid;
pfd->IdentifyDialog(&guid);

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猫卆 2024-09-19 05:59:12

我的 Win 7 副本中的截图工具使用以下位置的“Pictures”字符串值:
HKEY_CURRENT-USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell 文件夹

您可以更改此键下的许多“默认”位置,并将它们从 Microsoft 提供的深埋位置下取出。

The Snipping Tool in my copy of Win 7 uses the "Pictures" String Value in:
HKEY_CURRENT-USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders

You can change a lot of "default" locations under this Key and get them out from under the deeply buried locations that Microsoft provides.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文