Visual Basic .NET - How To Video Tutorials by Joe Bolen.
Learn about different approaches to passing data between Windows Forms.
Many times you will wish to pass information from one form to another. Often an Inquiry Form will pass selected data to a Maintenance form by using a record id or a class containing numerous data values. See how to use different methods that you might choose and how to implement it in your programs.