Answer Posted / bansi j popat
z-order is 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.
Syntax:Object.zorder position.
e.g Here in one form,2 picture boxes are there,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 ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a windows form application?
What is form and its uses?
What is the difference between the add() and insert() methods of a listbox control?
how print barcode
What is the difference between a document and a form?
Are windows forms still used?
Is form action required?
Explain how to add resources during runtime?
How is anchoring different from docking?
What is the difference between desktop application and windows application?
What is the advantage of a form?
Explain something about crystal report in brief?
how see report periviwe
Name the property which is used to specify the source from where the crystal reports would be accessed.
What is difference between winforms and windows forms?