Jump to content
dirtrock

[Tutorial] AutoIT v3 Aero Style

Recommended Posts

Screen:

screenshot.jpg

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...