获取“CtrlNotifySink”的正确窗口
我试图通过向下浏览此窗口树来获取任何文件夹的图标:
- CabinetWClass
- ShellTabWindowClass
- DUIViewWndClassName
- DirectUIHWND
- CtrlNotifySink
- SHELLDLL_DefView
- DirectUIHWND
但是,我被困在 DirectUIHWND 中,因为有多个类名为“CtrlNotifySink”的子级。 我需要抓住一个特定的“CtrlNotifySink”..具有子“SHELLDLL_DefView”的那个。
我该怎么办?
谢谢, 阿维亚德·S。
I tried to get a hold on the icons of any folder, by going down this window tree:
- CabinetWClass
- ShellTabWindowClass
- DUIViewWndClassName
- DirectUIHWND
- CtrlNotifySink
- SHELLDLL_DefView
- DirectUIHWND
however, I am stuck in DirectUIHWND, because there are more than one child with the class name "CtrlNotifySink".
I need to get a hold on a specific "CtrlNotifySink".. the one that have the child "SHELLDLL_DefView".
how can I do it?
Thanks,
Aviad S.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可能会以错误的方式处理这个问题。
如果您想了解用户打开了哪些文件夹窗口,并查看其中的项目,请查看 可编写脚本的 shell 对象。 MSDN 上的示例主要是 VB 和 Javascript,但该方法也适用于 C#。
You might be going about this the wrong way.
If you want to find out what folder windows the user has open, and look at the items within them, take a look at the scriptable shell objects. The examples on MSDN are mainly in VB and Javascript, but the approach applies to C# as well.