|
아담 님이 쓰신 글 :
: Application->Initialize();
:
: Application->CreateForm(__classid(TfrmEdit), &FormAA);
: Application->CreateForm(__classid(TfrmEdit), &FormBB);
:
:
: Application->Run();
:
: FormAA가 메인폼이되던데.
:
: 생성순서는 AA,BB이지만 메인폼을 BB로 할수는 없나요?
:
: 메인폼으로 결정되는 조건을 모르겠네요^^
프로젝트 옵션-폼페이지에 가면 메인폼 조정하는게 있네요.
거기서 FormBB 를 메인폼으로 지정하면 될듯.
생성순서는 코드로 수정하고요.
|