what is the Need of zorder method?

Answer Posted / pravin s. ahire

Zorder method is used to the stacking order for controls
and you can set control's z-orders with the zorder Method.
Places a Specified MDI form,form or control at the front or
back of the z-order within it's graphical level.

e.g. In a one form,there are 2 picture boxes- picture1 &
picture2.In a form Picture2 is on top of picture1.When the
user clicks on the form,we can move picture1 to the top
with the zorder Method.

Private sub form_click
picture1.zorder 0
End sub

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which type of object requires this object?

1494


Explain the creation project schedule.

585


Is it possible to set a shortcut key for label?

1387


What is DAO?

1585


What are the important components of OLEDB?

2403






How many ways we can access file using VB?

1684


___ property used to add a menus at runtime.

1227


When/Why should I use Option Explicit?

964


Whether HTML supports multimedia: and document links?

1421


Differentiate between DAO,ADO and Adodc as in data access objects?

6319


Explain about ADO control?

582


What are the properties of datacontrol?

1519


How do I call help files from a VB program?

997


Explain about trees structures work.

614


What is shortcut menu and explain "The ole control's shortcut menu".

550