I have a Windows form in which I have a DataGridView that displays the list of files in a location. I have created a ContextMenu that will drop down on right click on a file name. Options in the menu are "Copy", "Open With" etc.
When I click "open With" in the menu I need to get the "Open With" dialogue box as in Windows and then I should be able to select the application with which I can open the file with.
I am not sure how to get the "Open With" Dialogue box. Can someone please help me with this?
Thanks in Advance!!!