Q&A

  • MDI 폼이 항상 실행된채로 뒤쪽에 깔려요.-.-;
메인폼안에.. 아래와 같이 TiisMax 로 하고..

메인 메뉴 - 서브메뉴에..

각 MDi form 을 만들었는데



mdi form 이 두개가 생기네요

다른 메뉴의 서브메뉴를 누르면 이전에 생겼던 것이 한번 보여주고

다른 메뉴로 들어가요..



어떻게 해결할 방법이 없을까요



도와주세요.







procedure TFormSiisMain.TiisMax; // Form Maximized

begin

FormSiisMain.WindowState := wsMaximized;

FormSiisMain.PanelMain.Visible := False;

// FormSiisMain.PanelImage.Visible := False;

if CurrentForm <> nil then

CurrentForm.Free;

Caption := 회사명';

end;

0  COMMENTS