What is the need of zorder method?



What is the need of zorder method?..

Answer / 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

More Visual Basic Interview Questions

How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?

0 Answers  


What is meant by building a recordset.

0 Answers  


How does the following statements work? On Error Resume Next

1 Answers  


What does the Implements statement do?

1 Answers  


which property is used to lock a textbox to enter data?

4 Answers  






Which method is preferred to save datas like database?

0 Answers  


Explain Default cursor Type and LockEdit type in DAO?

0 Answers  


What is a Type Library and what is it's purpose ?

1 Answers  


__ no of controls in form.

0 Answers  


In visual source safe if in middle of my program power was off and it was not save then wat will happen whether it will save or not? can any body tel me the answer for this.

8 Answers   Wipro,


What is the current version of Visual Basic for Windows?

0 Answers  


Difference between Tabletype and Snapshot?

0 Answers  


Categories