how to make the mousewheel work with eGrid?
Check out %EG_SETMOUSEWHEEL
%EG_SETSCROLLSTEP to set the scroll step
IF %true mousewheel is automatic.
If set to %false you can use the following functions to control the wheel functionality
%EGN_MOUSEWHEELDOWN
%EGN_MOUSEWHEELUP
%EGN_MOUSEWHEELUPMASKED
%EGN_MOUSEWHEELDOWNMASKED
Brian Chirgwin
www.egridpro.com/forums (http://www.egridpro.com/forums)
Brian,
thank you very much.