[Gambas-user] mouse

T Lee Davidson t.lee.davidson at gmail.com
Thu Apr 30 20:01:34 CEST 2020


On 4/30/20 5:45 AM, Mike Crean via User wrote:
> Dim oo As PictureBox
> 
[snip]>
>                      If oo.Mouse.Left Then                     ' ERROR Not an object
> 

PictureBox.Mouse is not an object. It is a property of integer type and, therefore, has no properties of its own.

Charlie's example might help you get to where you are going.


-- 
Lee


More information about the User mailing list