double click event

Is there any right double click event for mouse in VB as the left double click event . ... or can it be done programatically... if so how?
Thanks,
Bhavesh
[167 byte] By [bhavesh78] at [2007-11-17 17:11:12]
# 1 Re: double click event
Yes, you can do it very simply. Use the MouseUp event and the GetDoubleClickTime api call. You may also want to use the GetTickCount api to measure the clicks.
WizBang at 2007-11-10 0:22:29 >