-
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
-
-
-
-
-
-
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 are types of binding?
Assigning variable with defined memory space. Late Binding - Memory size is allotted in later stage. Ex:- Dim x as object Early Binding - Memory size is allotted while declaring itself. New Key word is important. Ex:- Dim x as New Object
-
What will be the result for 15/4 and 154 ?
15/4 = 3.75 and 154 = 3
-
-
-
-
-
-
What is Mask Edit and why it is used?
Control. Restricted data input as well as formatted data output.
-
What are the Style properties of List Box?
Simple –Single Select , Extended. – Multiple Select.
Visual Basic Interview Questions
Ans