User Rating: 5 / 5

Star ActiveStar ActiveStar ActiveStar ActiveStar Active
 

Have you ever copied a button and found that when a user presses it, the form closes immediately afterwards? We are here to answer:

Why does this button close my form?

The reason the form closes is that the Button control’s DialogResult property is set to a value other than None. This property tells the form to close after the user has clicked the button without you having to explicitly close the form in the button’s click event script block.

Button Control's DialogResult Property

So next time you copy an OK or Cancel button, be sure to set the button’s DialogResult to None.

For more information, see:

If you have questions about our products, please post in our support forum.
For licensed customers, use the forum associated with your product in our Product Support Forums for Registered Customers.
For users of trial versions, please post in our Former and Future Customers - Questions forum.
Copyright © 2024 SAPIEN Technologies, Inc.