I have a program that consists of 2 Forms in C++.NET.
When I open Form1 that is my "StartForm", this Form comes up in the TaskBar
as all applications and Folders etc on the computer.
So when I open Form2 from Form1. Both these Forms will appear in the TaskBar.
What I wonder how it could be possible is when you open this Form2, I only want the
Form1 to still appear in the TaskBar, not both of them.
How is this possible to do. I have heard or red something about childforms etc but are not
sure if this is a solution or how they work.