affk Posted April 2, 2013 Posted April 2, 2013 I have been trying to change the style of a window such as notepad or ventrilo but, all I have managed to do is break the window removing title bar and borders and making clicks land on the program below it.Functions I tried:WinSetState($Title, "",$style)_WinAPI_SetWindowLong($hWnd, $GWL_STYLE, $style)Local $scall = DllCall("user32.dll", "long", "SetWindowLong", "hwnd", $hWnd, "int", -16, "long", $style)Also Auto it style values look like: 0x80000000While the equivalent MSDN styles look like: 0x80000000LWhen I try to add the L scite complains Missing separator character after keyword.
FireFox Posted April 2, 2013 Posted April 2, 2013 Hi,Welcome to the autoit forum Forum search: or Br, FireFox.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now