Dec 11th, 1999, 04:45 AM
I want to show/hide a frame (containing label box) as the topmost (.zorder 0) on another form (which may be hidden). This can occur at anytime (activated by comms interrupt).
I can do .visible =true .zorder 0 but when the target form is shown, (or refreshed during various operation when that form is active) it ignores or superceedes the frames settings and so burys the frame down the zorder.
Can I force the frame on top? or do I have to constantly loop testing a flag in the target form's code? (ugly!)
I have tried SetWindowPos but doesnt seem to work for frames??
I can do .visible =true .zorder 0 but when the target form is shown, (or refreshed during various operation when that form is active) it ignores or superceedes the frames settings and so burys the frame down the zorder.
Can I force the frame on top? or do I have to constantly loop testing a flag in the target form's code? (ugly!)
I have tried SetWindowPos but doesnt seem to work for frames??