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 = M
hello,
how can I chnage the cursor-design when the cursor go into a drawingarea?
please example
kind regards
Jürgen
--
View this message in context:
http://www.nabble.com/change-cursor-design-tp23174254p23174254.html
Sent from the gambas-user mailing list archive at Nabble.com.
-