Hi, I'm using the code sample from this page:
Handling Users Input | Toast Notification | Telerik UI for WinForms
But after clicking on button_Click() - nothing happens. E.g., the Toast Notification does not appear.
Private Sub button_Click(ByVal sender As Object, ByVal e As EventArgs)
Me.radToastNotificationManager.ShowNotification(1)
End Sub
I must be missing something?!
I'm running on Windows 10 if that makes a difference or not.
Do I need to change a setting in windows 10 somewhere for the notifications to appear?