Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
If sender Is StopButton Then
StopButton.BackgroundImage = WindowsApplication1.My.Resources.Resources.StopButton2
Timer2.Stop()
End If
End Sub
I take it sender is not the right choice.....
Thanks for any help on this!

New Topic/Question
Reply



MultiQuote





|