Embed presentation
Download to read offline














This document shows code for working with multiple forms in Visual Basic. It contains two classes called Form1 that each have a button with an event handler that displays Form1. When the button is clicked on either form, it will show that form without closing the other instance. This allows multiple instances of the same form to be open simultaneously.













