VB.NET MDI Forms Tutorial – Forms within a Form



In this beginner vb.net tutorial I will demonstrate how to use the Multi Document Interface, or “MDI Forms” to create a form within a form effect in your application.

Additionally, I will demonstrate how these forms can communicate with each other and how you can access the mdiContainer to manipulate batches of child forms.

Project Source Code:
https://www.dropbox.com/s/eqz2ejbvlgyt3i9/mdiTut.zip?dl=0

Comments are closed.