Jump to content

Recommended Posts

Posted

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

Posted Image

Posted (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 messages

Try 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.shtml

http://winspector.software.informer.com/1.0/

Edited by Zedna

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...