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 are the properties of datacontrol?
What is window form application?
What are the forms of graphics?
What is difference between winforms and windows forms?
What is a database form?
Which window displays messages for the status of various features provided in the visual studio .net ide?
Explain how insert record in the database?
Explain the difference between listindex and tab index?
What is the extension of the windows installer file?
Name the template that is used to create a user-defined component.
What is the use of play() playlooping() functions?
Explain how to net forms the windows?
What is formdata?
Explain how to add resources during runtime?
How many types of dialog boxes windows provides?