Answer posted by sanjeev prabhudesai on 2005-05-17 00:29:53: controls without Align property can not be placed Directly on MDI Form
Latest Answer : 1. Controls with align property can be placed on a MDI form (eg:- picture box, status bar, Tool bar etc)2. Controls which doesn't have the visible interface also can be placed on a MDI form(eg:- Timer, ImageList) ...
Latest Answer : There are many property which cannot be changed at runtime i.e locked, passwordchar, multiline etc. If maxlength property of textbox is set to 0 it indicates user can enter a value of any length. ...
Latest Answer : strech property ...
Latest Answer : 1. Picture Box Acts as Container Object where Image Box not 2. Resize & Autosize ...
Latest Answer : cancel property set to True ...
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.
Latest Answer : Set the UseMnemonic property to True if you want to define a character in the Caption property of the Label as an access key.Also one thing is that u should place text box to set focus because lable canot get focus in run time.Remember to set tab index. ...
Latest Answer : Caption is the Default Property. ...
Latest Answer : To move to the next control preceding the label directly instead of focusing each and every control using the tab button ...
Latest Answer : ListView and Textbox ...
Latest Answer : Count() proprty is used to Count no. of items in a combo box ...