window to the top
BlitzMax Forums/MaxGUI Module/window to the top| 
 | ||
| Is there a way to bring a window to the top? I have an alarm clock app. when it goes off I'd like for it to come on top of all other window. So far I'm using the minimize/restore trick. Is there a better way? Thanks | 
| 
 | ||
| I wonder if ActivateWindow/Gadget does the trick? | 
| 
 | ||
| Yep, use ActivateWindow when open or ShowGadget when hidden to get the window on top | 
| 
 | ||
| Thanks. I had a feeling there was a better way. |