Thanks, not familuar with vb but I've been watching youtube videos trying to crack this.
Around line 138 in the .vb there is the
Private Sub PolledDataReturned(ByVal sender As Object, ByVal e As SubscriptionHandlerEventArgs)
End Sub
I thought I'd add a test to see if it will just write a static value to the text field but doesn't appear to write anything
Private Sub PolledDataReturned(ByVal sender As Object, ByVal e As SubscriptionHandlerEventArgs)
Me.Text = "F"
End Sub
Any pointers greatly appreciated