I have created an application for which can be invoked through context menu by deriving from IContextMenu and IShellExtInit. I register the DLL and when I right click the application gets invoked.
But, the problem is till my application gets over, I cannot access any other file in that explorer. Explorer is effectively blocked till my application finishes.
The same behaviour is not reflected in other such applications like WinZip, WinRar etc.
How to avoid the my application from blocking the explorer?
Any pointers in that direction will be quite helpful.