Showing windows (file/directory) context menu in c# winforms application

Posted by Axarydax on Stack Overflow See other posts from Stack Overflow or by Axarydax
Published on 2010-04-06T10:00:34Z Indexed on 2010/04/06 10:03 UTC
Read the original article Hit count: 513

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms