I have a c# application winForm. The form contain a tree view that show the file windows file system. I want to add an option for right click on file that open a windows context menu strip. There is a way to Integrate windows menu to my c# app?
Thank!