|
datagridviewlinkcell -- ParagYerawar --
hi, i am creating datagridviewlinkcell at runtime . but now i want to use its mousemove event can any1 tell me how is it possible |
|
-- Tito --
A simple way to take care of this is to trap the DataGridView mouse event and then use the eventargs to determine which column the event happened for. Does this help? |
|
-- ParagYerawar --
Thanks for suggetion... |