How can we get the list of selected items programatically. I will try to elaborate the whole thing:
1. Install a key board hook.
2. Now select some items ( Files or Folders) through mouse. (do not do any thing else just select by mouse click)
3. Press the key enabled for hook.
4. Display selected items in a message box.
I am able to create a hook using VC++ and also manged to install it properly in the system but not able to get the selected files.
Please help me in this regard. Thanks in advance buddies.