Non-existent main form (hidden from beginning to finish)

Source: Internet
Author: User

Recently made a small program

There is no fixed main form, process randomness is relatively large

So find the solution.

Here's how to fix it

1  ProgramProject1;2 3 uses4 Forms,5Unit1inch 'Unit1.pas' {Form1},6Unit2inch 'Unit2.pas' {Form2};7 8 {$R *.res}9 Ten begin One application.initialize; AApplication.mainformontaskbar: =True; -Application.showmainform: = False;//Turn off display - Application.createform (TForm1, Form1); the Application.createform (TForm2, Form2); -Form2.show;//display the corresponding window - Application.Run; - End.

That's the way it is, it's simple.

Non-existent main form (hidden from beginning to finish)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.