Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8dff8cd

Browse files
authored
Update Readme.md
1 parent a1fc413 commit 8dff8cd

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

‎Readme.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@
33
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/E3575)
44
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
55
<!-- default badges end -->
6-
<!-- default file list -->
7-
*Files to look at*:
8-
9-
* [Form1.cs](./CS/Form1.cs) (VB: [Form1.vb](./VB/Form1.vb))
10-
<!-- default file list end -->
11-
# How to dynamically change a Wait Form's labels
126

7+
# WinForms Wait Form - How to dynamically change labels
138

14-
<p>A Wait Form is displayed by a Splash Screen Manager in a separate thread. To dynamically change labels within the Wait Form, while it is being displayed, use the SplashScreenManager.SetWaitFormCaption and SetWaitFormDescription methods.</p>
9+
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.
1510

16-
<br/>
1711

12+
## Files to Review
1813

14+
* [Form1.cs](./CS/Form1.cs) (VB: [Form1.vb](./VB/Form1.vb))

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /