what is the Need of zorder method?
Answers were Sorted based on User's Feedback
Answer / 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 |
Three graphical layers are associated with forms and
containers. The back layer is the drawing space where the
results of the graphics methods are displayed. Next is the
middle layer where graphical objects and Label controls are
displayed. The front layer is where all nongraphical
controls like Command Button, CheckBox, or ListBox are
displayed. Anything contained in a layer closer to the front
covers anything contained in the layer(s) behind it. ZOrder
arranges objects only within the layer where the object is
displayed.
| Is This Answer Correct ? | 0 Yes | 1 No |
Is there any way to pass a variable to a form apart from using global variables?
What is ActiveX Dll and ActiveX Exe?
what are the types of LockEdits in DAO?
what are the Default cursor Type and LockEdit type in DAO?
What is activex control in vb?
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 is a Type Library and what is it's purpose ?
Explain about Caturing Baseline.
what are the Differences between Recordset and Resultsets?
0 Answers IBS, Lava International,
How does the following statements work? On Error Resume Next
I get a "file not found" error on the IIF function when I distribute by program. Why?
What is the benefit of wrapping database calls into MTS transactions?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)