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

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to