S
SetonSoftware
I have a VB.NET 2005 application which display rows in a DataGridView.
When the user double-clicks a row the CellDoubleClick event fires and
displays another form. This part works as it should. The problem is
when a user's finger gets jumpy and ends up triple-clicking a row. The
CellDoubleClick event still fires but additional events are also fired
that I can't easily trace. These events cause a chain reaction of
errors later on.
Does anyone know how I can intercept and suppress the third mouse-
click before it does any further damage?
Thanks
Carl
When the user double-clicks a row the CellDoubleClick event fires and
displays another form. This part works as it should. The problem is
when a user's finger gets jumpy and ends up triple-clicking a row. The
CellDoubleClick event still fires but additional events are also fired
that I can't easily trace. These events cause a chain reaction of
errors later on.
Does anyone know how I can intercept and suppress the third mouse-
click before it does any further damage?
Thanks
Carl