
Keeping a window on BOTTOM at all times
This is basically the opposite of the all-too-popular
question of how to move a window to the top.
What I have is an MDIform, and on it I used SaxTabs. The
problem is that I go thru several dialog boxes (which are
still showing) and down the line, when a choice is selected
in a listbox (or grid), then the user can click on the Tabs
and it will do this or that....
The problem I've hit, is that when the user clicks on the
tabs control, then focus shifts to the MDIForm (which is
maximized) and it covers up all other forms.
Now I know that I can do a ZOrder to put it back on the
bottom, but that's ugly. It flashes on top and then goes back
to the bottom. How can I do this without it flashing on
top?
Thanks
Brad