or

I really liked Kaspersky's User Interface.
Is it possible to create some UI like that, using Telerik controls for WinForms ?
Thanks
Dim
iDesktopAlertManager As DesktopAlertManager
Dim value As IEnumerator(Of RadDesktopAlert)
value = iDesktopAlertManager.GetRegisteredAlerts()
I stepped though the code and the iDesktopAlertManager is nothing which causes a null exception error. I am not fully aware of the DesktopAlertManager.