Jump to content

DLLCall in the background?


ning
 Share

Recommended Posts

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

Link to comment
Share on other sites

w0uter, is not say transparecy ... look a example:

SplashImageOn ( "title", "file" [, width [, height [, x pos [, y pos [, opt]]]]] )

So... wouter is he need use DLLCALL same SplashImageOn

Well i no have sure ning said!

Look a examle:

http://www.autoitscript.com/forum/index.php?showtopic=21448

Programmer PHP, ASP, CGI, Perl, Delphi, JScript, ......... :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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