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 : Line and shape do not have ne events. ...
Latest Answer : There are 21 controls.They are pointer,image,label,textbox,frame,command,chechbox,optionbutton,combobox,listbox,h and vscrollbar,timer,drivelistbox,dirlistbox,filelistbox,shape,line,image,data,ole. ...
Latest Answer : Form, Frame and PictureBox Controls are Container objects. ...
Latest Answer : 1. Picture Box Acts as Container Object where Image Box not 2. Resize & Autosize ...
Latest Answer : 3 types of combo style1- Dropdown Combo : A new item can be written into it. List is not always shown2- Simple combo : All List items are always shown. To see them the control shd be dragged enough3- Dropdown list : Cannot contain a list value other than ...
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 : All controls have a refresh property. This is not available in the properties window.Refresh property forces repaint of the control ...
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 : Cursor type Dynamic ,Keyset ,Static ,Forward-only scrolling (this is the default) You work with a cursor through the DAO Recordset object. When you open a Recordset object through DAO, ODBCDirect creates the corresponding cursor. Each type ...