[Gambas-user] change cursor design

Stefano Palmeri rospolosco at ...152...
Wed Apr 22 15:43:38 CEST 2009


Il mercoledì 22 aprile 2009 13:17:07 juelin ha scritto:
> hello,
> how can I chnage the cursor-design when the cursor go into a drawingarea?
> please example
>
> kind regards
> Jürgen

PUBLIC SUB DrawingArea1_Enter()

  ME.Mouse = Mouse.Pointing

END

PUBLIC SUB DrawingArea1_Leave()

  ME.Mouse = Mouse.Default

END




More information about the User mailing list