The subnet calculator helps you design networks by taking an IP address and network mask and returning information such as network, broadcast address, and host range.
One of a set of tools we're offering as a way of saying thank you for being a part of the community.
So, here it is revised:
Dim i As Int16 = 0
Do Until i = Me.Controls.Count
If TypeOf Me.Controls(i) Is Label Then
Me.Controls.Remove(Me.Cont
Else
i += 1
End If
Loop
MsgBox("Done")