I have 2 forms in project. Form1 and Form2.
Both show when program start. (Visible = True)
When I minimize Form1. Form2 will disappear. And can't find it back anywhere.
Then I set Form2.ShowInTaskBar to stAlways.
When I minimize Form1. Form2 will disappear from TaskBar until open Form1 again.
So, I want Form2 shows like Form1, and never effected by Form1.
How can I do this?
Thank you.