Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
1 answer
420 views

Receiving parent's window handle on IShellFolder/IShellFolder2 EnumObjects implementations while searching?

I'm scratching my head in receiving the parent window handle in a namespace extension project i'm working on. The use case is as follows: User browses to a virtual folder through windows explorer ...
ArielB's user avatar
  • 1,254
-1 votes
1 answer
51 views

Manage and cache UI objects

I am writing a namespace extension for windows explorer. In the context of the extension there is no UI thread. So when I create a UI object and cache it to reuse it, I get cross threading exception. ...
Mayank's user avatar
  • 8,852