i have both the events cellclick and celldoubleclick for a datagridview in my window forms application.
The problem is that when i double click , only the cellclick event triggers, as it cannot detemine if its single click or double click.
i searched for this and found that timers could be the solution..but how to do that ?
plz help
You probably ought to try to find out why double-click isn’t getting fired. Answering your question: you’ll indeed need a timer whose Interval you set to the double-click time: