Zorder of Dialog/Shells

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Zorder of Dialog/Shells

talios@gmail.com
For some reason, my app sometimes opens behind other windows instead of
being the top-most window on the desktop, having a look around the Shell
classes I can't seem to find any methods dealing with the zorder of a
window?

Google doesn't seem to give me any love either...


Reply | Threaded
Open this post in threaded view
|

Re: Zorder of Dialog/Shells

Don Rylander-2
Mark,
"Mark Derricutt" <[hidden email]> wrote in message
news:codjr9$[hidden email]...
> For some reason, my app sometimes opens behind other windows instead of
> being the top-most window on the desktop, having a look around the Shell
> classes I can't seem to find any methods dealing with the zorder of a
> window?
I think you have to do something like:

myShell view beTopMost

Be aware that that's from memory though...

HTH,

Don

>
> Google doesn't seem to give me any love either...