what is the Need of zorder method?

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


Please Help Members By Posting Answers For Below Questions

Where can I get good up-to-date information about VB?

924


Is it possible to Manipulate data through flexgrid? Explain.

1572


what are the Parts of ODBC?

1425


what is the Difference between Recordset and Querydef?

1874


Is a foo VBX/DLL available as shareware/freeware?

1189






What is ActiveX Document?

1688


how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language

3100


Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.

1879


Is there any Edit method in ADO Data Access method?

1532


what controls have you used in your project?

1491


how to make unlimited id(1rimjim,2rimjim,3rimjim....etc) login grp chat pogram for jabber?

1993


How do I call help files from a VB program?

1016


How do I play MID, WAV or other multimedia files?

1056


What is recordset in visual basic?

580


Is visual basic easy?

556