nebchill26
Member
does anyone know on how to determine if a button is shown?
i tried something like this
but the condition i was using does not produce a value,does anyone know on how to do it? tnx
i tried something like this
VB.NET:
If button1.Show = True Then
MsgBox("The button is shown")
else
MsgBox("The button is hidden")
End If
but the condition i was using does not produce a value,does anyone know on how to do it? tnx