Miguel Jr 0 Posted August 23 I can't run my simple application with the About item in the About Menu. After creating the About Form with the Principal unit also created, when running it only the About Dialog box is shown. Share this post Link to post
dummzeuch 1505 Posted August 23 Delphi shows the first form that is created as the main form. Check your project options, you might have to change the order of forms. 1 Share this post Link to post
JonRobertson 72 Posted August 23 4 hours ago, dummzeuch said: Check your project options, you might have to change the order of forms. If your About Dialog is listed as an auto-created form, you probably want to remove it from that list. This is the dialog in D11 You would select frmAbout and click the > button to move it to Available forms. There is no reason to create the dialog unless the user selects the menu option to view it. Share this post Link to post