by Vincent Abruzzo (2 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(5 Votes)
Use the ZOrder property of a control to set it's depth within the form therefore enabling a nice dynamic interface.
Assumes
There are other ways to do this such as using the control's visibilty but I figured i'de show you how to use ZOrder since you rarely see it being used.
Upload