Jump to content

WinSetTrans


Shark007
 Share

Recommended Posts

Is it a known issue that using WinSetTrans($MyGUI,"",180) in an x64 compile does not work as expected?

Works fine for me. Post a reproducer (short but runnable) so we can see the problem.

As an example, this works:

#AutoIt3Wrapper_UseX64=y

$gui = GUICreate("test")
GUISetState()
WinSetTrans($gui, "", 122)

MsgBox(0, "", "")

Win7 x64 RC

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