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
Difference between ActiveX Control and Standard Control.
What is data binding in vb net?
1s it posible to Create Tables Through Querydef?
What is Parser Bug?
What is FireHouse Cursors?
How do I force a file dialogue box to reread the currect disk?
which property used to add a menus at runtime?
How to get Cursor position using API?
Write the Steps in Creating an ActiveX Control?
What is the use of property page Wizard in ActiveX Control?
What is ado in vb.net?
How would you create your application in DHTML?
Differentiate between DAO,ADO and Adodc as in data access objects?
How do I create a new form in visual basic?
What is the need of tabindex property is label control.