2
Answers

how implement a polymorphism in window applicaiton vb progra

Rajavel G

Rajavel G

7y
245
1
If label1.Text = "0" Then
label1.Text = ""
End If
 
i want to apllying condition for all label using a single code...
How should i do?? 
Answers (2)