Requires Free Membership to View
When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to provide a unique online resource for developers, architects and development managers tasked with building and maintaining enterprise applications using Visual Basic, C# and the Microsoft .NET platform.
Hannah Smalltree, Editorial DirectorDim f As New Form1 f.ShowDialog(Me)The key is the ShowDialog method. By passing the calling form itself, you set it as the owner window for the child.
This was first published in November 2004