A created a form in VB6 that is always just above the task bar.

Is it possible to set it up so that any window opened can not cover up my form? ( i.e., my form would act like a taskbar.) Even if the other window is maximized, the bottom of the window is still above my form.

I tried using AppBar, but if you open another window, the AppBar gets covered up, or the other windows underlay it.

Any suggestions?