[Gambas-user] Project crash due Textarea selection

T Lee Davidson t.lee.davidson at gmail.com
Mon Oct 5 01:56:58 CEST 2020


On 10/4/20 4:00 PM, pinglix via User wrote:
> I have no need to select text, It makes no sense so I can disabile all mouse events on the 2 text areas but I don't know how to 
> do It.

You could use something like:

Public Sub TextArea1_MouseDown()

   Stop Event

End


-- 
Lee


More information about the User mailing list