Set the TIEMouseWheelParamsAction = (iemwNone, iemwVScroll, iemwZoom) and remove your code in the OnMouseWheel event.
procedure TForm1.FormCreate(Sender: TObject);
begin
ImageEnView1.MouseWheelParams.Action := iemwNone;
end;
William Miller
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html