|
1 | | -<!-- default badges list --> |
2 | | - |
3 | | -[](https://supportcenter.devexpress.com/ticket/details/E3575) |
4 | | -[](https://docs.devexpress.com/GeneralInformation/403183) |
5 | | -[](#does-this-example-address-your-development-requirementsobjectives) |
6 | | -<!-- default badges end --> |
7 | | - |
8 | | -# WinForms Wait Form - How to dynamically change labels |
9 | | - |
10 | | -The [WinForms Splash Screen Manager](https://docs.devexpress.com/WindowsForms/10826/controls-and-libraries/forms-and-user-controls/splash-screen-manager) runs the [Wait Form](https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form) in a separate thread. This example uses the [SetWaitFormCaption](https://docs.devexpress.com/WindowsForms/DevExpress.XtraSplashScreen.SplashScreenManager.SetWaitFormCaption(System.String)) and [SetWaitFormDescription](https://docs.devexpress.com/WindowsForms/DevExpress.XtraSplashScreen.SplashScreenManager.SetWaitFormDescription(System.String)) methods to change labels before the Wait Form is displayed. |
11 | | - |
12 | | - |
13 | | -## Files to Review |
14 | | - |
15 | | -* [Form1.cs](./CS/Form1.cs) (VB: [Form1.vb](./VB/Form1.vb)) |
16 | | -<!-- feedback --> |
17 | | -## Does this example address your development requirements/objectives? |
18 | | - |
19 | | -[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=winforms-wait-form-dynamically-change-labels&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=winforms-wait-form-dynamically-change-labels&~~~was_helpful=no) |
20 | | - |
21 | | -(you will be redirected to DevExpress.com to submit your response) |
22 | | -<!-- feedback end --> |
| 1 | +<!-- default badges list --> |
| 2 | + |
| 3 | +[](https://supportcenter.devexpress.com/ticket/details/E3575) |
| 4 | +[](https://docs.devexpress.com/GeneralInformation/403183) |
| 5 | +[](#does-this-example-address-your-development-requirementsobjectives) |
| 6 | +<!-- default badges end --> |
| 7 | + |
| 8 | +# WinForms Wait Form - How to dynamically change labels |
| 9 | + |
| 10 | +The [WinForms Splash Screen Manager](https://docs.devexpress.com/WindowsForms/10826/controls-and-libraries/forms-and-user-controls/splash-screen-manager) runs the [Wait Form](https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form) in a separate thread. This example uses the [SetWaitFormCaption](https://docs.devexpress.com/WindowsForms/DevExpress.XtraSplashScreen.SplashScreenManager.SetWaitFormCaption(System.String)) and [SetWaitFormDescription](https://docs.devexpress.com/WindowsForms/DevExpress.XtraSplashScreen.SplashScreenManager.SetWaitFormDescription(System.String)) methods to change labels before the Wait Form is displayed. |
| 11 | + |
| 12 | + |
| 13 | +## Files to Review |
| 14 | + |
| 15 | +* [Form1.cs](./CS/Form1.cs) (VB: [Form1.vb](./VB/Form1.vb)) |
| 16 | +<!-- feedback --> |
| 17 | +## Does this example address your development requirements/objectives? |
| 18 | + |
| 19 | +[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=winforms-wait-form-dynamically-change-labels&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=winforms-wait-form-dynamically-change-labels&~~~was_helpful=no) |
| 20 | + |
| 21 | +(you will be redirected to DevExpress.com to submit your response) |
| 22 | +<!-- feedback end --> |
0 commit comments