Home » Category » Microsoft Visual Basic

Microsoft Visual Basic: ZOrder

202| Thu, 07 Feb 2008 18:26:00 GMT| dinesh123| Comments (3)
For some contols there is a method called ZOrder.
What is the use of that?
PLease give me a example
Thankx

Keywords & Tags: zorder, microsoft, visual basic, vb

URL: http://www.programmerbase.com/visual-basic/560824/
 
«« Prev - Next »» 3 helpful answers below.
The ZOrder tells vb what controls are on top of, or under other controls. Setting ZOrder 0 will put the control on top, while ZOrder 1 puts it at the bottom.

wizbang | Sat, 10 Nov 2007 00:19:00 GMT |

Thankx for the Reply,

How can we use that.

Can u give me a exaple where it can be used

dinesh123 | Sat, 10 Nov 2007 00:20:00 GMT |

Well, the standard answer is: "It all depends". I find it most usefull when loading controls at runtime, because the new controls will be at the bottom of the ZOrder, and thus might be hidden behind other things. So, when you load a control that has to be on top, that is one time you need to use ZOrder.

wizbang | Sat, 10 Nov 2007 00:21:00 GMT |

Microsoft Visual Basic Hot Answers

Microsoft Visual Basic New questions

Microsoft Visual Basic Related Categories