Open kl4s3k opened 7 years ago
To replicate:
Create a Windows Forms project (inherit MetroForm)
Add another windows form (inherit MetroForm)
From the first form, create an instance of the second form with properties:
TopLevel = false; Parent = this;
Show the second form
Result:
The second form is shown, along with another, regular windows form with nothing but a black background and no title.
Picture of result:
https://i.imgur.com/xf9Vzop.png
To replicate:
Create a Windows Forms project (inherit MetroForm)
Add another windows form (inherit MetroForm)
From the first form, create an instance of the second form with properties:
TopLevel = false; Parent = this;
Show the second form
Result:
The second form is shown, along with another, regular windows form with nothing but a black background and no title.
Picture of result:
https://i.imgur.com/xf9Vzop.png