Código Delphi [-]procedure TForm1.Timer1Timer(Sender: TObject); begin if (GetAsyncKeyState(VK_ADD) and $8000)<>0 then Form1.FormStyle := fsStayOnTop; end;
procedure TForm1.Timer1Timer(Sender: TObject); begin if (GetAsyncKeyState(VK_ADD) and $8000)<>0 then Form1.FormStyle := fsStayOnTop; end;