If you have a form application and open another form from a buttoncontrol on "Form1", this will open another form but this form will also be in the "Taskbar" on your desktop. So you have 2 forms in the "Taskbar" (What I am after is to still only have one wich is the "Form1".
When using other windowsprograms and open forms like this, the form shows but not in the "Taskbar".
I use this code to open a form.
Is this possible to do and is it difficult ?
private: Form2 form2instance;
this->form2instance.ShowDialog();