C# Beginners Tutorial - 88 - Multi Document Interface MDI

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

That was interesting, forms in a form, never knew that was doable

charlesparoissien
Автор

Good tutorial but the forms only show up behind the buttons. How do you bring the active window to the front within the MdiParent?

ronniiraygun
Автор

I could not change the 'Form' numbers as you did in your code:
you did:

Form2 f2 = new Form2();
Form3 f3 = new Form3()

I had to do them like this:

Form f2 = new Form();
Form f3 = new Form();

Every time I clicked button2, the Forms would double, in amount. I have VS 2017, has the method changed, to create the child forms?

tonyiguru
Автор

i can't see what the entire, it too query @@

ManhNguyenSteve