Answer Posted / ksantosha
Three graphical layers are associated with forms and
containers. The back layer is the drawing space where the
results of the graphics methods are displayed. Next is the
middle layer where graphical objects and Label controls are
displayed. The front layer is where all nongraphical
controls like CommandButton, CheckBox, or ListBox are
displayed. Anything contained in a layer closer to the
front covers anything contained in the layer(s) behind it.
ZOrder arranges objects only within the layer where the
object is displayed.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do I mimic a toggle button?
What is the difference between change event in normal combobox and dbcombobox?
How can you save and Get data from Clipboard/ Recordset object consists what?
How do I implement an accelerator key for a text box?
What are some methods you can use to send data from one VB executable to another one?
Through which protocol OLEDB components are interfaced?
How can I call a 'hidden' DOS program from VB?
Is a foo VBX/DLL available as shareware/freeware?
Explain about trees structures work.
Can you tell me the properties of the controls?
How many types of API functions are available in VB?
What is ODBC Direct and Microsoft Jet Database Engine ?
Explain about an event-driven programming language?
How do I prevent multiple instances of my program?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.