Hi Bill
Use OnKeyDown to override the internal internal handling of TImageEnMView.
procedure TForm1.ImageEnMView1KeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
begin
If DoSomethingWithKey( Key, Shift ) then
Key := 0;
end;
Nigel
Xequte Software
www.xequte.com
nigel@xequte.com