In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly explains the "DevExpress WinForms initial screen manager serialization details", the content of the article is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "what are the serialization details of DevExpress WinForms initial screen manager"!
The activation startup form is Splash Screen or None
An instance of the SplashScreenManager class is declared as a local variable in the InitializeComponent method of the main form, a serialization method that ensures that the startup screen manager is initialized before all other components, and the selected splash screen is launched the first moment your form starts. Note, however, that you will not be able to handle local instances of SplashScreenManager components that are declared in the InitializeComponent method.
Here are the methods that can be used in this case.
To manually open and close the startup form, use the static methods provided by the SplashScreenManager class.
To interact with the initial form currently displayed, use the non-static methods provided by the SplashScreenManager.Default object.
C#
/ / Display a Wait FormSplashScreenManager.ShowForm (typeof (WaitForm2)); / /... / Change its captionSplashScreenManager.Default.SetWaitFormCaption ("new caption"); / /... / / Close the Wait FormSplashScreenManager.CloseForm ()
VB.NET
'Display a Wait FormSplashScreenManager.ShowForm (GetType (WaitForm2))'... 'Change its captionSplashScreenManager.Default.SetWaitFormCaption ("new caption")'... 'Close the Wait FormSplashScreenManager.CloseForm ()
Activating the startup form is a waiting form
An instance of the SplashScreenManager class is declared as a local variable of the form rather than an InitializeComponent method. In this case, you can open it using SplashScreenManager's non-static method (accessible through an SplashScreenManager instance), close the selected waiting form, and interact with it. These methods are: SplashScreenManager.ShowWaitForm, SplashScreenManager.CloseWaitForm, SplashScreenManager.SetWaitFormCaption, SplashScreenManager.SetWaitFormDescription and SplashScreenManager.SendCommand.
Thank you for reading, the above is "what are the details of DevExpress WinForms initial screen manager serialization?" after the study of this article, I believe you have a deeper understanding of the details of DevExpress WinForms initial screen manager serialization, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.