Answer Posted / kavitha
This is commonly used to determine the sequence by which
graphical objects are arranged, there are three graphical
layers associated with forms and containers. The back
layer is the drawing space, where the results of the
graphics methods appear. Next is the middle layer where
graphical controls and labels appear. The front layer is
where all non-graphical controls like command buttons,
check boxes, and file controls appear. Anything in one
layer covers anything in the layer behind. The ZOrder
method arranges controls only within the layer where the
control appears.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does VB support pointers to functions?
How do I make the mouse cursor invisible/visible?
What is the use of Hyperlink control for DHTML applications?
Is it possible to Access BackEnd procedures?
What are the new events in textbox that has been included in VB ?
How do you avoid the "Invalid use of null" error when reading null values from a database?
Which type of object requires this object?
What are 3 main differences between flexgrid control and dbgrid control?
How do I do Peek and Poke and other low-level stuff?
How many ways you can access file using VB?
How do I get a bitmap picture in a field in an Access database?
Write the Steps in Creating an ActiveX Control?
Is it possible to Access BackEnd procedures? Explain.
What are the types of Error? In which areas the Error occurs?
Explain OLE Drag and Drop.