Jump to content

WinMove () bug ?


Iuli
 Share

Recommended Posts

Hi,

It looks like WinMove function has a bug. If i want to resize a window while it is moving, the window flicks (it changes sizes to the ones i specify and then comes back to the initial ones).

This is the code i tried :

#include <Misc.au3>

$Win=WinGetTitle("[active]")
While 1
    If _IsPressed("01") Then
        WinMove($win,"",Default,Default,Random(0,700),Random(0,700))
        Sleep(5000)
    EndIf
WEnd

So, it is a bug ?

[size="2"]SFXMaker[/size] - The most complete switchless installer creator software[indent][/indent]
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...