Procedure TMainForm.ToujoursActif(var Msg :TMessage); begin if Msg.WParam = WA_INACTIVE then SendMessage(handle, WM_ACTIVATE, WA_ACTIVE,0);
確定! 回上一頁