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
Explain the working of templates?
What type of databases you can access through ADO Data Access Object?
Is the Variant type slower than using other variable types?
what are the Types of LockEdits in RDO?
What is the Windows API?
how to use telugu language in vb6? any unicode data is available for telugu or not?yes means how to use? my desired output is telugu only? i am doing project like(telugu calendar),my output should be print in telugu only? pls send me the solution with code?
What are 3 main differences between flexgrid control and dbgrid control?
What is ActiveX Dll and ActiveX Exe?
Is it possible to change menu runtime using API? If yes? Specify the function names.
Differentiate between DAO,ADO and Adodc as in data access objects?
Is visual basic easy?
Is visual basic case sensitive?
How do I use GetPrivateProfileString to read from INI files?
OLE is used for _______
What is ActiveX Control?