Windows Develop Bookmark and Share   
 index > Windows Forms General > How to work with WindowsExplorer ContextMenu?
 

How to work with WindowsExplorer ContextMenu?

HI,

How to work with WindowsExplorer ContextMenu( Whenever u Rightclick on Folder or file it will open Context menu)?

Like, adding Menu Item, Adding SubMenu Item, Delete MenuItem, Delete SubMenuItem.
Enable and Disable.
Please give sample code.

MadhuSudhan Reddy Pulimi  Wednesday, March 12, 2008 10:47 AM

You can use shell, here is a sample:http://www.codeproject.com/KB/miscctrl/FileBrowser.aspx
Hope this helps.

Zhi-Xin Ye  Monday, March 17, 2008 4:49 PM
hello
i dont know i understand you'r intention or no. you want to work with SystemMenu? Like Restore, Move, Size, Minimize, Maximize and Close?
I am Emran  Wednesday, March 12, 2008 2:03 PM
hello,,

i want to deal with Folder or file context menu( Whenever u Rightclick on Folder or file it will open Context menu).
MadhuSudhan Reddy Pulimi  Saturday, March 15, 2008 5:51 AM

You can use shell, here is a sample:http://www.codeproject.com/KB/miscctrl/FileBrowser.aspx
Hope this helps.

Zhi-Xin Ye  Monday, March 17, 2008 4:49 PM

You can use google to search for other answers

Custom Search

More Threads

• Should I use IWin32Window for MessageBox.Show() to make callee's dailog box modal?
• Determining events across multiple controls
• Maximized form is visible on the screen before call to OnShow()
• Change the color of columnHeader of single column in DataGrid
• Cancel BackgroundWorker not working
• Error in insert to table
• Monospace font using System.Drawing.FontFamily.Families
• Clipboard troubles
• using events
• How can I make my application form to the top of the screen?