Hi
You can just write your own hint code in the mouse move event, e.g.
  currentHint := 'X,Y' + #13#10 + 'K' + #13#10 + 'R';
  if currentHint <> ImageEnView1.Hint then
  begin
    Application.CancelHint;
    ImageEnView1.Hint := currentHint;
  end;
Nigel 
Xequte Software
www.imageen.com