Showing windows (file/directory) context menu in c# winforms application
- by Axarydax
Hi, I'm trying to display standard file/directory context menu in WinForms application - I'd like to enable the user to do things with files in my application as he could in Explorer.
There should be two options
popup the context menu with some system call
read everything from the system context menu and insert it into my context menu
Could you please point me in the right direction? Thanks