Hi
It would be good to have the splash screen form that is part of your sample application available as a component for us to use in our applications.
I was going to reflect your assemblies, but decided that this would probably contravene the licence.
Other features that would be useful would be to have dynamic text (text that could be set while the application is being loaded) as well as a progress bar to indicate where in the load the process is.
Best regards
Marek
It would be good to have the splash screen form that is part of your sample application available as a component for us to use in our applications.
I was going to reflect your assemblies, but decided that this would probably contravene the licence.
Other features that would be useful would be to have dynamic text (text that could be set while the application is being loaded) as well as a progress bar to indicate where in the load the process is.
Best regards
Marek
6 Answers, 1 is accepted
0
Thank you for the suggestion, Marek. We have added your proposal as a feature request in our TO DO list.
At present you could access our the splash component using the SplashForm class which is in the VisualStyleBuilder.Design namespace. You need to set the backGround image property of that splash form and then just call the show method. The current control is quite basic but we will improve it as we get more requests for this functionality.
If you have any further proposals feel free to share them with us.
Sincerely yours,
Ray
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
At present you could access our the splash component using the SplashForm class which is in the VisualStyleBuilder.Design namespace. You need to set the backGround image property of that splash form and then just call the show method. The current control is quite basic but we will improve it as we get more requests for this functionality.
If you have any further proposals feel free to share them with us.
Sincerely yours,
Ray
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Andreas Lohr
Top achievements
Rank 1
answered on 04 Jun 2010, 06:35 PM
hi,
is this still the suggested way to implement a Splash screen?
Best regards
Andreas
is this still the suggested way to implement a Splash screen?
Best regards
Andreas
0
Hello Andreas Lohr,
In case you need a simple splash screen which fades in and then disappears when the main form is shown, the SplashForm is the solution for you. I am attaching a sample project which demonstrates the approach.
Of course, you may want to show a splash screen containing a RadWaitingBar and dynamic text. This case, however, requires implementation from your side.
If you have additional questions, feel free to contact me.
Greetings,
Nikolay
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
In case you need a simple splash screen which fades in and then disappears when the main form is shown, the SplashForm is the solution for you. I am attaching a sample project which demonstrates the approach.
Of course, you may want to show a splash screen containing a RadWaitingBar and dynamic text. This case, however, requires implementation from your side.
If you have additional questions, feel free to contact me.
Greetings,
Nikolay
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Hammad
Top achievements
Rank 1
answered on 03 Nov 2015, 04:52 PM
Hi Teleik Team,
Splash screens are the start of any good application
It is a very important control.If we could have that as telerik controls then what could be better than that.
Right Now we don't have that facility
Please include splash form in you user controls
Thanks
Regards,
Hammad Rafique
0
Andreas Lohr
Top achievements
Rank 1
answered on 03 Nov 2015, 05:35 PM
+1
0
Hi,
Thank you for writing.
The following article explains in details how the splash screen can be created, it just uses a regular form and a picture box: Add SplashScreen to your application.
I hope this helps.
Regards,
Dimitar
Telerik
Thank you for writing.
The following article explains in details how the splash screen can be created, it just uses a regular form and a picture box: Add SplashScreen to your application.
I hope this helps.
Regards,
Dimitar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items