-
-
-
What is Implicit?
Instance of specific copy of a class with its own settings for the properties defined in that class. Note: The implicitly defined variable is never equal to nothing.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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.
Visual Basic Interview Questions
Ans