win7中的截图工具如何保存“另存为”小路?
它不会将其存储在注册表或文件中。
似乎它必须使用“公共项目对话框”保留默认路径,但是知道这一点我如何找到实际路径?似乎该信息应该是应用程序私有的...(?)
奇怪的是,我什至没有看到有关如何从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的 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.