procedure TMainForm.FormShow(Sender: TObject);
var Owner : HWnd;
begin
Owner:=GetWindow(Handle,GW_OWNER);
ShowWindow(Owner,SW_HIDE);
end;

// Use SW_Show to show back the form

4 Responses so far.

  1. Unknown says:

    most likely you have also heard about the way of recovery sql server ldf

Post a Comment

Thank you for your comment.

Any request and idea are welcome.

CLICK TO REGISTER