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
How insert record in the database?
Which property of the errorprovider control automatically sets to the form to which?
How to get records from a database?
Which event occurs when a user drags an item in a treeview or listview control?
What is the advantage of a form?
What is an example of form?
how barcode print on the win form
How to create a set up in vb.net for desktop application please say steps with examples?
What is form and its types?
Name the property which of menu cannot be set at run time?
Explain the difference between listbox and combo box?
Explain how to add resources during runtime?
What is form technology?
What is the extension of the windows installer file?
What is form application?