Re: [Gambas-user] Mouse Event Scroll Up/Down

2012-10-22 Thread abbat
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 cont

[Gambas-user] Mouse Event Scroll Up/Down

2012-10-22 Thread abbat
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-tp34585508p34585508.html Sent from the gambas-user mailing list archive at Nabble.com. ---