Latest Answer : 1. Picture Box Acts as Container Object where Image Box not 2. Resize & Autosize ...
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 : AbsolutePosition ...
Latest Answer : List index is the property for Listbox control if we add items to the list box list index will be created it will be start from 0Tab intex is tab movment to set focus the control when pressing tab key..this property we can set most all the visible controls ...
Latest Answer : Listbox:
1) Does not contain a text box to write an item, Item is added using Additem method only
2) Always shows all item in the list
3) Can contain a checkbox in the list
ComboBox:
1) Can contain a text box to write an item, Item is added ...
Latest Answer : Yes On Creating RelationShip, You Check the Option OnDeleteCascade. ...
Latest Answer : It is just like function and procedure.Msgbox functions returns the value,but the statement displays just we type in " ".It does not return any value. ...
Latest Answer : Used to check how the form is closed. ...
Latest Answer : modal and modeless ...
Latest Answer : Normal Combobox chg event do not takes any argument but the dbcombobox takes one integer type argument i.e by default it is array as integer which is actually used if there is an crtl array ...