Jump to content

AdemSezgin

Active Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by AdemSezgin

  1. hi friends, i have problem with gui, i want move gui at button, how i can ? #include <GuiconstantsEx.au3> #include <WindowsConstants.au3> #include <WinAPI.au3> ;TRANSPARAN ARKAPLAN HotKeySet("{ESC}", "On_Exit") $hGUI = GUICreate("X", 100, 100, -1, -1, $WS_POPUP) ;~ GUISetBkColor(0x010101, $hGUI) _WinAPI_SetLayeredWindowAttributes($hGUI, 0xABCDEF) ;BUUUUUUUUUUUUUUUUUUUUUUUU ARKAPLAN TRANSPARAN ICIN $hLabel = GUICtrlCreateLabel("", 0, 0, 100, 20, -1, $GUI_WS_EX_PARENTDRAG) ;~ GUICtrlSetBkColor(-1, 0x00) ;GUICtrlSetState(-1, $GUI_DISABLE) $hButton = GUICtrlCreateButton("Test", 0, 0, 100, 100) GUISetState() While 1 Switch GUIGetMsg() Case $hButton On_Button() EndSwitch WEnd Func On_Button() Exit EndFunc ;==>On_Button Func On_Exit() Exit EndFunc ;==>On_Exit
  2. Thank you so much my friends...good afternon byby
  3. created exe with autoit version 3.2...its working but created autoit version 3.3.0 created not work..why ?
  4. Hello i have problems my problems 1: i must work script with Run system32/appwiz.cpl but i dont know. Run(@WindowsDir & "/System32/appwiz.cpl") ---> but not work:( how to work dir system32 2:I made with AutoIt is a program,i want this program exe to au3 codes but i have this message
×
×
  • Create New...