Mouse Right Click
-
Hi All I have a question about mouse right click.I want to do if mouse right click on MyComputer Drive(C:\,D:\,...) then Message Show of Drive Name. User click on C:\ drive then message show C and if user click on D:\ drive then message show D. Is it possibel?If yes then how can i do? Plz help me
-
Hi All I have a question about mouse right click.I want to do if mouse right click on MyComputer Drive(C:\,D:\,...) then Message Show of Drive Name. User click on C:\ drive then message show C and if user click on D:\ drive then message show D. Is it possibel?If yes then how can i do? Plz help me
Do you need this implimentation in Explorer window?
-@SuDhIrKuMaR@-
-
Do you need this implimentation in Explorer window?
-@SuDhIrKuMaR@-
-
Hi All I have a question about mouse right click.I want to do if mouse right click on MyComputer Drive(C:\,D:\,...) then Message Show of Drive Name. User click on C:\ drive then message show C and if user click on D:\ drive then message show D. Is it possibel?If yes then how can i do? Plz help me
Seems you are trying to integrate "something" into explorer's context menu. Whatever it may be, you've to modify explorer's context menu. 1) One method is to write shell extension to implement
IContextMenu
. Refer this excellent article by Michael Dunn[^]. 2) if you want to do it in very simple method without writing shell extension, then modify registry to add a specific menu item to shell which will execute your specified executable on clicking. Check the "Explorer Context Menu" section in this link[^]. Regards, Jijo._____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.