Hello,
I am making a small project on Invoice.
I have a datagridview for Adding, Editing and Deleting products.
For Adding there is a Button.
For Editing and Deleting products I have made a ContextMenuStrip1.
The ContextMenuStrip1 is operated when someone select the cell of datagridview and right click it.
User did not know how to Edit or Delete some particular product because there is no button for it.
Can I show a message as "click for edit or delete", if he / she mouse hover the cell ?
Can I make ContextMenuStrip1 set default for left click ?
Thanks.
I am making a small project on Invoice.
I have a datagridview for Adding, Editing and Deleting products.
For Adding there is a Button.
For Editing and Deleting products I have made a ContextMenuStrip1.
The ContextMenuStrip1 is operated when someone select the cell of datagridview and right click it.
User did not know how to Edit or Delete some particular product because there is no button for it.
Can I show a message as "click for edit or delete", if he / she mouse hover the cell ?
Can I make ContextMenuStrip1 set default for left click ?
Thanks.