Nova 0 Posted December 26, 2004 Can you make a Gui window non movable ?. I dont see this option in the help file, can someone point me to it ? Share this post Link to post Share on other sites
jpm 91 Posted December 27, 2004 Can you make a Gui window non movable ?.I dont see this option in the help file, can someone point me to it ?<{POST_SNAPBACK}>Use the $GUI_EVENT_MOUSEMOVE and reposition with ControlMove.Nothing immediate in the Gui Functions.If you just want to display something use Splash functions Share this post Link to post Share on other sites
jpm 91 Posted December 27, 2004 A window Without a caption is Difficult to move...Lar.<{POST_SNAPBACK}>Good one Larry,Happy New year/christmas Share this post Link to post Share on other sites
Coffee 0 Posted December 28, 2004 LockWindowUpdate.... ...A locked window cannot be moved. releasing is another story and this is anyway so don't use it now as is: ;for laughs only do not use no NULL is being passed back to hWndLock $hwnd = WinGetHandle("Untitled - Notepad") DLLCall("user32.dll", "long", "LockWindowUpdate", "hwnd", $hwnd) Share this post Link to post Share on other sites