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

Answer this question

Z-Index in VB.NET

  • Marketa Pobudova

    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

  • Z-Index in VB.NET