Force B+ window to foreground
BlitzPlus Forums/BlitzPlus Programming/Force B+ window to foreground| 
 | ||
| - | 
| 
 | ||
| Try BringWindowToTop or SetWindowPos | 
| 
 | ||
| Try, "ActivateGadget(window)". | 
| 
 | ||
| - | 
| 
 | ||
| Haven't tried SetWindowPos yet, there are lots of params and I'm not sure how to declare them properly. When you get around to it, hAfter param HWND_TOPMOST (-1) will do it. SetWindowPos%(hWnd%,hAfter%,x%,y%,cx%,cy%,flags%) |