Latest Answer : strech property ...
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 : To move to the next control preceding the label directly instead of focusing each and every control using the tab button ...
Latest Answer : Win32 API ...
Latest Answer : ComboBox,ListBox. ...
Latest Answer : I think the correct answer for this question is AutoSize. ...
Latest Answer : RecordSetType is the property to 0-Table,1-DynaSet,2-SnapShot are valid for record source property of data control.RegardsVeena ...
Latest Answer : AbsolutePosition ...
Latest Answer : One And Only Event ...
Latest Answer : The data-aware DataGrid control appears similar to the Grid control; however, you can set the DataGrid control's DataSource property to a Data control so that the control is automatically filled and its column headers set automatically from a Data control's ...