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
How to get freefile location in memory?
Is it possible to change menu runtime using API? If yes Specify the function names?
___,___ and __ are difference between image and picture controls.
Write the steps in Creating ActiveX Dll and Active Exe?
Where can I get updated VB and other Microsoft files?
Clear property is available in ____,___ control.
How would you add elements and pictures to listitems in listview control?
Is visual basic easy?
What is ado data control in vb6 0?
Explain about trees structures work.
With in the form we want to check all the text box control are typed or not? How?
What is the use of command Object?What are the various types of variables?
1s it posible to Create Tables Through Querydef?
___ VB constant make the menu item in centre.
What is instantiating?