How to get Click Event of Windows Drives in C# ?
E.g -> Lets say we have D: drive when we click right click on it we get several option slike Open,Explore etc… when we click on anyone say Open intenally some click event get fired .
I want to know how i get that click event in c# ?
Any code snippet…
How to get Click Event of Windows Drives in C# ? E.g -> Lets
Share
You have to register as a Shell Extension, Here is a guide that walkthrough the process.