Jump to content

Recommended Posts

Posted

Hello (me again - sorry!),

I want to use DLLCall with the AnimateWindow function to animate a transition between two (usually fullscreen) windows. To start with, I'd like to slide one window out of the screen while sliding another one in from the other side. To do this I need to run AnimateWindow simultaneously on two windows. But DLLCall waits until the DLL process completes before it goes to the next command. Is there a way of making it work in the background - equivalent to Run vs. RunWait?

I tried encapsulating the functionality in a compiled script with command-line args and Run()ning that, but it didn't work at all - it's as if the DLL call started and then immediately stopped; it draws the window border but that's it.

cheers

ben

Posted

I don't understand what you mean. Are you suggesting I use WinSetTrans? I don't want to fade a window in though - I want to slide it in from the side.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...