-
-
-
-
-
-
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.
-
Is it possible to set a shortcut key for label.
Answer posted by santhanam on 2005-05-19 16:01:20: yes Ans : Set the UseMnemonic property to True if you want to define a character in the Caption property of the Label as an access key. When you define an access key in a Label control, the user can press and hold down ALT+ the character you designate to move the focus to the next control in the tab order.
-
Visual Basic Interview Questions
Ans