冒
冒险家
Unregistered / Unconfirmed
GUEST, unregistred user!
例如:
procedure TForm1.Timer1Timer(Sender: TObject);
begin
with Applicationdo
begin
NormalizeTopMosts;
MessageBox('This should be on top.', 'Look', MB_OK);
RestoreTopMosts;
end;
end;
能便當前對話框只出現一次嗎?????
procedure TForm1.Timer1Timer(Sender: TObject);
begin
with Applicationdo
begin
NormalizeTopMosts;
MessageBox('This should be on top.', 'Look', MB_OK);
RestoreTopMosts;
end;
end;
能便當前對話框只出現一次嗎?????