Hi all:
Windows forms, .Net 2.0 C# project.
I have a simple switchboard form that loads at startup. The user can choose where they'd like to go by clicking buttons that, in turn, launch other forms.
Once the user has selected their destination I'd like the switchboard to close, but since I declare the destination form inside the switcboard that's also closing the destination form.
How can I decouple those forms so that the destination persists after the switchboard closes? I know, this is a real noob question. :-(
Thanks.
Kurt