BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi Asad,
Thank you for using Syncfusion Products,
We would like to let you know that your requirement can be
achieved by using SplashPanel. We have also prepared sample for your reference
and you can refer the below link.
Please have the below UG documentation link regarding
SplashPanel.
UG Link: http://help.syncfusion.com/ug/windows%20forms/default.htm#!Documents/splashpanel.htm
Please let us know if you need any further assistance,
Regards,
Saravanan T
Issue resolved by the following code
this.splashPanel1.DesktopAlignment = SplashAlignment.Custom;
splashPanel1.TimerInterval = 5000;
splashPanel1.AnimationSpeed = 10;
splashPanel1.ShowSplash(new Point(100,200), this, false);
Hi Asad,
Thank you for your update,
We hope that the requested behavior has been resolved.
Please let us know if you have any concerns ,
Regards,
Saravanan T