Answers

Question and Answer:

  Home  Visual Basic (VB)

⟩ With in the form we want to check all the text box control are typed or not? How?

For each currentcontrol in controls

if typeof currentcontrol is TextBox then

end if

next

 229 views

More Questions for you: