I put a label on my form and would like it to show the driver address when the form loads and maybe also have it change automatically if I change the driver IP via a button ,
this works ok to show the Ip address , but I have to click on it to show the Ip address
Private Sub BasicLabel18_Click(sender As System.Object, e As System.EventArgs) Handles BasicLabel18.Click
BasicLabel18.Text = EthernetIPforPLCSLCMicroCom1.IPAddress
End Sub
thanks Darrell