Screen: Sursa: #cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.8.1 Author: ripkid666@gmail.com Script Function: Aero Template AutoIt script. #ce ---------------------------------------------------------------------------- ; Script Start - Add your code below here #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> $Form1 = GUICreate("Form1", 543, 266, 192, 124) GUIStartGroup() GUISetState() $structura=DllStructCreate("int cxLeftWidth;int cxRightWidth;int cyTopHeight;int cyBottomHeight;") DllStructSetData($structura,"cxLeftWidth",0) DllStructSetData($structura,"cxRightWidth",0) DllStructSetData($structura,"cyTopHeight",40) DllStructSetData($structura,"cyBottomHeight",0) GUISetBkColor(0x000000) DllCall("dwmapi.dll", "int", "DwmExtendFrameIntoClientArea", "hwnd", $Form1, "ptr", DllStructGetPtr($structura)) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd Download: Link1 Inca lucrez la el.. orice inbunatatire e bine venita P.S.: Sper ca am postat unde trebuie.