I have a form that contains a list view; when a user clicks on a search button it displays a list of employee details. I added a context menu with a property called "edit employee". How do i assign this context menu to the list view?
Thanks
omogen Tuesday, September 29, 2009 2:46 PM
Assign contextmenustrip to the ContextMenuStrip property of ListView.
Is this what you are looking for or did I understand wrong?