Solved.

PUBLIC SUB Form_MouseWheel()
    
  SELECT CASE Mouse.delta
    CASE 1 
        PRINT "mouse wheel up"
    CASE -1 
         PRINT "mouse wheel down"
  END SELECT   

END

abbat wrote:
> 
> Hi,
> I need to get event mouse ScrollUP and ScrollDOWN.
> Thanks
> 
-- 
View this message in context: 
http://old.nabble.com/Mouse-Event-Scroll-Up-Down-tp34585508p34585649.html
Sent from the gambas-user mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to