All Questions
Tagged with shell-namespace-extension multithreading
2 questions
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
...
-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. ...