haitao:
哦。。。关掉原来的程序,重新运行,也会“hint自动的不断显示了”。。。
[阅读: 589] 2006-08-21 08:55:08
看了代码:
procedure TApplication.HideHint;
begin
if (FHintWindow <> nil) and FHintWindow.HandleAllocated and
IsWindowVisible(FHintWindow.Handle) then
ShowWindow(FHintWindow.Handle, SW_HIDE);
end;
那就借鉴它作一个判断。。。。不过要把保护的FHintWindow变通地访问到。。。