ChrisL 13 Posted May 17, 2011 Is it possible to override the performance options in windows to ensure "show window contents while dragging" is enabled for your application?The script I'm using relies on moving child windows around and if "show window contents while dragging" is unticked then the script does not respond to WM_WINDOWPOSCHANGING messages [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire Share this post Link to post Share on other sites
Zedna 280 Posted May 23, 2011 (edited) The script I'm using relies on moving child windows around and if "show window contents while dragging" is unticked then the script does not respond to WM_WINDOWPOSCHANGING messagesTry to use some spy tools like Winspector to see what messages are triggered at desired event.http://www.softpedia.com/get/Security/Security-Related/Winspector.shtmlhttp://winspector.software.informer.com/1.0/ Edited May 23, 2011 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search Share this post Link to post Share on other sites