Hi Roj
Selections are limited to the active layer, so if you are using miSelectZoom then you can only select a zoom within that layer.
If you want to be able to select a zoom over the whole image, ensure the background layer is active:
procedure TForm1.btnZoomClick(Sender: TObject);
begin
ImageEnView1.LayersCurrent := 0;
ImageEnView1.MouseInteractGeneral := [ miSelectZoom ];
end;
Nigel
Xequte Software
www.imageen.com