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 : 1. Picture Box Acts as Container Object where Image Box not 2. Resize & Autosize ...
Latest Answer : The maximum number of controls allowed on a single form depends on the type of controls used and available system resources. However, there is a fixed limit of 254 control names per form. A control array counts only once toward this limit because all ...
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 : 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 ...
Latest Answer : A snapshottype Recordset object is a static set of records that represents the results of a query. A snapshottype Recordset object includes all values for all the requested fields in your query, whether you refer to them in code or not. A snapshottype ...