Force B+ window to foreground

BlitzPlus Forums/BlitzPlus Programming/Force B+ window to foreground

VIP3R(Posted 2004) [#1]
-


soja(Posted 2004) [#2]
Try BringWindowToTop or SetWindowPos


rdodson41(Posted 2004) [#3]
Try, "ActivateGadget(window)".


VIP3R(Posted 2004) [#4]
-


Eikon(Posted 2004) [#5]

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%)