-
-
-
-
-
-
-
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.
-
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.
-
-
-
-
-
-
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
-
-
-
-
Visual Basic Interview Questions
Ans