I want to create a program that resizes and changes style/exstyles of other windows.
The problem is that i don`t know why my script doesn`t work.
Here is an example:
#RequireAdmin
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
Global $setStyle, $getStyle, $outputString='', $getHandle, $setState
$getHandle = WinGetHandle("[CLASS:Notepad]")
$outputString &= $getHandle & @LF
$setState = GUISetState(@SW_SHOWNORMAL, $getHandle)
$outputString &= $setState & @LF
$getStyle = GUIGetStyle($getHandle)
If IsArray($