You can f.e. use in the MouseDown Event:

  If IsCMMClick Then
    'Handle right Click
  End If

  Return False

2007/3/23, Peter Bozek <[EMAIL PROTECTED]>:
>
> On 3/23/07, Carlo Rubini <[EMAIL PROTECTED]> wrote:
> > I'm looking for a way to detect if the user has right-clicked the mouse;
> especially in Win32 environment.
>
> I just yesterday fought with this problem.
>
> IsContextualClick returns true if right nnouse button is pressed.
>
> --
> Peter Bozek
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
>
> Search the archives:
> <http://support.realsoftware.com/listarchives/lists.html>
>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to