Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

How do I return values from a form?

Add public properties to your form. Then these properties can be accessed by any object that creates an instance of your form.

Contributed from George Shepherd's Windows Forms FAQ