We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

MSN type Alert control

Hi

How to show MSN/Skype type alert popup which pops up from the right bottom of the screen? Which control will help in this regard?

Regards
Asad Naeem

6 Replies

ST Saravanan T Syncfusion Team August 7, 2014 07:30 AM UTC

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


Attachment: SplashPanel_notification_1594884d.zip


AS Asad August 7, 2014 07:56 AM UTC

Thanks a lot. it is solved now.


AS Asad August 7, 2014 08:06 AM UTC

How to show splashpanel on a custom location provided by the user?


AS Asad August 7, 2014 08:13 AM UTC

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);



ST Saravanan T Syncfusion Team August 8, 2014 05:33 AM UTC

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



AS Asad August 8, 2014 06:15 AM UTC

Thanks for your support

Loader.
Live Chat Icon For mobile
Up arrow icon