Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Delphi XEで作成されたアプリケーションがあり、WindowsXPを使用して問題なく最大化および最小化できます。Windows 7を使用している場合、最小化した後、アプリケーションを復元できません。タスクバーをクリックしてもウィンドウが表示されません。システム管理者を使用してアプリケーションを強制終了する必要があります。問題を見つけるための手がかりはありますか?
ありがとう
に従ってプロジェクトを変更する
Application.Initialize; Application.MainFormOnTaskbar := True;