我有一個應用程序列表在我的應用程序,我想讓人們右鍵單擊一個項目,並顯示Windows資源管理器上下文菜單。 我假設我需要使用IContextMenu界面,但我不確定從哪裏開始。如何從C#應用程序訪問Windows資源管理器上下文菜單?
0
A
回答
0
同樣的問題是here hopefuly幫助它。 有一個很好的教程(儘管C++)大約在11份對Raymond Chen的博客託管的IContextMenu(按順序):
+1
對不起,即時通訊新的在這個網站。感謝很多。 –
+1
nex時間你必須搜索關於你問題之前問:) –
+1
這是可能的與c#.actualy我從來沒有使用C++ .. –
相關問題
- 1. 如何爲Windows資源管理器上下文菜單創建應用程序?
- 2. C#和Windows資源管理器上下文菜單?
- 3. Windows資源管理器的C#和上下文菜單
- 4. Windows資源管理器上下文菜單問題
- 5. 資源管理器上下文菜單
- 6. 使用WPF中的Windows資源管理器上下文菜單
- 7. Windows資源管理器上下文菜單
- 8. Eclipse插件顯示Windows資源管理器上下文菜單
- 9. 在Windows資源管理器上下文菜單中訂購
- 10. Windows資源管理器上下文菜單條
- 11. 擴展Windows資源管理器上下文菜單
- 12. 添加上下文菜單項Windows資源管理器
- 13. 在C#應用程序中使用第三方上下文菜單(用於Windows資源管理器)?
- 14. Windows資源管理器上下文菜單與子菜單使用pywin32
- 15. 如何顯示Windows資源管理器上下文(右鍵單擊)菜單?
- 16. 如何避免上下文菜單處理程序應用程序阻止資源管理器?
- 17. 如何從SL應用程序打開Windows資源管理器?
- 18. 從Windows資源管理器的文件上下文菜單執行AutoIt腳本
- 19. 從Windows文件資源管理器訪問Docker容器文件
- 20. Windows資源管理器的右鍵單擊上下文菜單調用
- 21. 從Windows資源管理器上下文菜單創建VS2010解決方案
- 22. 資源管理器右鍵單擊上下文菜單與Python?
- 23. 添加程序到Windows資源管理器右鍵菜單
- 24. 爲您的應用程序添加選項到Windows資源管理器上下文菜單
- 25. Windows資源管理器上下文菜單打開已經運行的Delphi應用程序
- 26. 獲取Windows資源管理器上下文菜單應用程序的覆蓋範圍!
- 27. 如何將選項添加到使用C或C++的Windows資源管理器上下文菜單中?
- 28. 使用C的Windows資源管理器菜單#
- 29. 右側資源管理器上下文菜單(IID_IContextMenu?)
- 30. 解決方案資源管理器項目上下文菜單
thanks.im在這個網站我會研究前詢問下一次新的。 –
Google上:C#右鍵單擊子菜單,你會得到幾十個答案:) – Max