Z-Index in VB.NET

How do you assign a Z-Index to an object in VB.NET? I can't find a property for it. Does anyone know, or is it impossible?
[123 byte] By [Digital-Pioneer] at [2008-1-27]
# 1
There is no longer a ZOrder method for formr or controls in Visual Basic .NET, but you can use the BringToFront and SendToBack functions to achieve the same affect.

- the V-Bee

shoagMSFT at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic General...