Jump to Real's How-to Main page

Disable the MouseWheel ZOOM function

[powerscript -  other event]
CONSTANT integer WM_MOUSEWHEEL = 522

IF message.number = WM_MOUSEWHEEL AND &
    KeyDown (KeyControl!) THEN
  message.processed = TRUE
  RETURN 1
END IF

If you find this article useful, consider making a small donation
to show your supportfor this Web site and its content.

Written and compiled by Réal Gagnon ©1998-2005
[ home ]