<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Thanks Christof. I had not seen that update. Problem solved.<br>
    <br>
    <div class="moz-cite-prefix">On 05/08/2020 15:51, Christof Thalhofer
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:5921adea-ca66-56dc-65f5-74535737a678@deganius.de">
      <pre class="moz-quote-pre" wrap="">Am 05.08.20 um 15:36 schrieb Charlie Ogier:

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">Public Sub GridView1_Click()

   If Mouse.Left Then  'Crashes here
     Print "Left"
   Else
     Print "No"
   End If

End
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
As Benoît said, since 3.15 the 'Mouse' class is only avaiable in the
'Mouse*' event.

So use the 'MouseUp' event instead of '*_Click'.

Alles Gute

Christof Thalhofer

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">
----[ <a class="moz-txt-link-freetext" href="http://gambaswiki.org/wiki/doc/netiquette">http://gambaswiki.org/wiki/doc/netiquette</a> ]----
</pre>
    </blockquote>
    <br>
  </body>
</html>