Below image is a screenshot of beyond compare which calls windows explorer context menu of a file/folder when right-click and select Explorer menu.
Please help to make it on vb.net, or please share a link for a tutorial. Thank you in advance.
Below image is a screenshot of beyond compare which calls windows explorer context menu of a file/folder when right-click and select Explorer menu.
Please help to make it on vb.net, or please share a link for a tutorial. Thank you in advance.
To get the shell menu of a file/folder you must ask the containing folders IShellFolder
for a IContextMenu
instance. Checkout this blog series called How to host an IContextMenu for all the details.
There is a .NET version of it here.