Visual Basic (VB) Question:
Download Questions PDF

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

Answer:

For each currentcontrol in controls
if typeof currentcontrol is TextBox then
end if
next

Download Visual Basic (VB) Interview Questions And Answers PDF

Previous QuestionNext Question
What is FireHouse Cursors?What are the type of validation available in VB?