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 : 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 : All controls have a refresh property. This is not available in the properties window.Refresh property forces repaint of the control ...
Latest Answer : yes ...
Latest Answer : Yes On Creating RelationShip, You Check the Option OnDeleteCascade. ...
Latest Answer : Controls which are data-aware. Controls whose datasource property can be set a datacontrol. ...
Latest Answer : Let - Used when assigning a value to the property. Set - Used when assigning an Object to the property. Get - Used when retrieving value of a property. ...