-
-
-
-
-
What will be the result for 15/4 and 154 ?
15/4 = 3.75 and 154 = 3
-
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
-
-
-
-
-
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