-
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
-
-
-
-
-
-
What is the starting Index value? How to locate it?
It is tab control to place our controls with in the form in multiple sheets. Index starts with 1. And to identify If Tabstrip1.SelectedItem.Index = 1 Then ….. End if
-
-
-
-
-
-
-
-
-
-
-
-
-
Visual Basic Interview Questions
Ans