获取“CtrlNotifySink”的正确窗口

发布于 2024-09-08 09:49:27 字数 375 浏览 1 评论 0原文

我试图通过向下浏览此窗口树来获取任何文件夹的图标:

  1. CabinetWClass
  2. ShellTabWindowClass
  3. DUIViewWndClassName
  4. DirectUIHWND
  5. CtrlNotifySink
  6. SHELLDLL_DefView
  7. 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:

  1. CabinetWClass
  2. ShellTabWindowClass
  3. DUIViewWndClassName
  4. DirectUIHWND
  5. CtrlNotifySink
  6. SHELLDLL_DefView
  7. 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 技术交流群。

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

发布评论

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

评论(1

绅刃 2024-09-15 09:49:27

你可能会以错误的方式处理这个问题。

如果您想了解用户打开了哪些文件夹窗口,并查看其中的项目,请查看 可编写脚本的 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.

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