Hi Guys,
I am trying to use the fadeout effect using VB.NET & silverlight however it is gives error "Comma Expected" between "+="
Private Sub x_click(sender As Object, e As RoutedEventArgs ) Handles x.Click
AddHandler HidePopup.Compl eted += New Event(AddressOf HidePopup_Compl eted)
HidePopup.Begin ()
End Sub
Private Sub HidePopup_Compl eted(sender...