1. Dashboard
  2. Mitglieder
    1. Letzte Aktivitäten
    2. Benutzer online
    3. Team
    4. Mitgliedersuche
  3. Forenregeln
  4. Forum
    1. Unerledigte Themen
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche
  1. AutoIt.de - Das deutschsprachige Forum.
  2. Mitglieder
  3. MysticSun

Beiträge von MysticSun

  • Fenster bewegen wie in der Caption

    • MysticSun
    • 23. Oktober 2009 um 20:23

    wie macht man das hier;

    [autoit]

    #include <ButtonConstants.au3>
    #include <GUIConstantsEx.au3>
    #include <StaticConstants.au3>
    #include <WindowsConstants.au3>

    [/autoit][autoit][/autoit][autoit]

    #Region ### START Koda GUI section ### Form=
    $Form2 = GUICreate("Form2", 316, 283, 303, 185, BitOR($WS_MINIMIZEBOX,$WS_SYSMENU,$WS_POPUP,$WS_GROUP,$WS_CLIPSIBLINGS))
    $Pic1 = GUICtrlCreatePic("C:\Dokumente und Einstellungen\Admin\Desktop\Projekt Neu\Main\spawns\12.jpg", 0, 0, 334, 300, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
    $Button1 = GUICtrlCreateButton("zurück", 0, 0, 75, 25, $WS_GROUP)
    GUISetState(@SW_SHOW)
    #EndRegion ### END Koda GUI section ###

    [/autoit][autoit][/autoit][autoit]

    While 1

    [/autoit][autoit][/autoit][autoit]

    $nMsg = GUIGetMsg()
    Switch $nMsg
    Case $GUI_EVENT_CLOSE
    Exit
    Do

    [/autoit][autoit][/autoit][autoit]

    EndSwitch
    WEnd

    [/autoit]
  • Fenster bewegen wie in der Caption

    • MysticSun
    • 23. Oktober 2009 um 20:11

    Hallo Community :D

    Ich habe eine Frage , wie kann ich mein GUI bewegen (im ganzen GUI) ,wenn ich die Linke Mausstaste gedrückt halte und die Maus bewege... ?
    (wie in er caption)

    mfg

  • Navigation -> neuer Content

    • MysticSun
    • 23. Oktober 2009 um 16:51

    sehr gut danke...

    ~close~

  • Navigation -> neuer Content

    • MysticSun
    • 23. Oktober 2009 um 16:15

    ja und die macht man das ,wenn man meherere contents hat ,nicht nur 2... ?

    mfg

  • Navigation -> neuer Content

    • MysticSun
    • 23. Oktober 2009 um 15:15

    hallo

    ich habe mal ein test script erstellt..

    ich möchte ,wenn man auf den button drückt nen neuer content erstellt wird.. habe ich auch.. ABER wenn ich auf nen andern buttton drücke soll der alte gelöscht werden und der content von button2 dort stehen..

    hier mal das script:

    [autoit]

    #include <ButtonConstants.au3>
    #include <GUIConstantsEx.au3>
    #include <StaticConstants.au3>
    #include <WindowsConstants.au3>
    #Region ### START Koda GUI section ### Form=
    $Form1 = GUICreate("Form1", 472, 162, 192, 124)
    $Button1 = GUICtrlCreateButton("Button1", 16, 16, 75, 25, $WS_GROUP)
    $Button2 = GUICtrlCreateButton("Button2", 16, 56, 75, 25, $WS_GROUP)
    $Button3 = GUICtrlCreateButton("Button3", 16, 88, 75, 25, $WS_GROUP)
    $Button4 = GUICtrlCreateButton("Button4", 16, 128, 75, 25, $WS_GROUP)
    $Group1 = GUICtrlCreateGroup("", 104, 8, 9, 153)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    GUISetState(@SW_SHOW)
    #EndRegion ### END Koda GUI section ###

    [/autoit][autoit][/autoit][autoit]

    While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
    Case $GUI_EVENT_CLOSE
    Exit
    Case $Button1
    $Group2 = GUICtrlCreateGroup("Group2", 128, 8, 233, 153)
    $Edit1 = GUICtrlCreateEdit("", 152, 32, 185, 89)
    GUICtrlSetData(-1, "Edit1")
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    Case $Button2
    $Group2 = GUICtrlCreateGroup("Group3", 128, 8, 233, 153)
    $Button5 = GUICtrlCreateButton("Button5", 144, 40, 75, 25, $WS_GROUP)
    $Checkbox1 = GUICtrlCreateCheckbox("Checkbox1", 272, 56, 97, 17)
    $Combo1 = GUICtrlCreateCombo("Combo1", 176, 96, 145, 25)
    GUICtrlCreateGroup("", -99, -99, 1, 1)

    [/autoit][autoit][/autoit][autoit][/autoit][autoit]

    EndSwitch
    WEnd

    [/autoit]

    danke

  • Problem: XProTec UDF

    • MysticSun
    • 26. September 2009 um 17:10

    Hey, kennt jemand von euch die XProTec UDF ?
    Hätte da ein Problem mit der "developers license", ich weiß nicht wo man die herbekommt ...
    Link zur UDF: http://www.autoitscript.com/forum/index.php?showtopic=31020&hl=paypal&st=0

    mfg

  • Internet seite in EditBox

    • MysticSun
    • 18. Juni 2009 um 20:04

    net hmm geht alles:-(

  • Internet seite in EditBox

    • MysticSun
    • 18. Juni 2009 um 14:13

    ne so wie hier:

    [autoit]

    #include <GUIConstantsEx.au3>
    #include <WindowsConstants.au3>

    [/autoit][autoit][/autoit][autoit][/autoit][autoit][/autoit][autoit][/autoit][autoit]

    Opt('MustDeclareVars', 1)

    [/autoit][autoit][/autoit][autoit]

    Example()

    [/autoit][autoit][/autoit][autoit][/autoit][autoit]

    Func Example()
    Local $oIE, $GUIActiveX, $GUI_Button_MakeCard, $GUI_Button_AddCredits
    Local $GUI_Button_Home, $GUI_Button_Logout, $msg, $GUI_Button_5, $GUI_Button_10, $GUI_Button_20, $GUI_Button_50

    [/autoit][autoit][/autoit][autoit]

    $oIE = ObjCreate("Shell.Explorer.2")

    [/autoit][autoit][/autoit][autoit]

    GUICreate("Launcher", 800, 600, (@DesktopWidth - 800) / 2, (@DesktopHeight - 600) / 2, BitOR($WS_OVERLAPPEDWINDOW,$WS_CLIPCHILDREN))
    $GUIActiveX = GUICtrlCreateObj ($oIE,2,4,800,600)

    [/autoit][autoit][/autoit][autoit]

    GUISetState()
    $oIE.navigate("http://bloody-evolution.ath.cx/Launcher/")

    [/autoit][autoit][/autoit][autoit]

    While 1
    $msg = GUIGetMsg()

    [/autoit][autoit][/autoit][autoit]

    Select
    Case $msg = $GUI_EVENT_CLOSE
    ExitLoop
    EndSelect

    [/autoit][autoit][/autoit][autoit]

    WEnd

    [/autoit][autoit][/autoit][autoit]

    GUIDelete()
    EndFunc

    [/autoit]

    mfg

  • Internet seite in EditBox

    • MysticSun
    • 18. Juni 2009 um 13:56

    Hallo

    Ich möchte eine Internet seite in meinen Gui haben .

    hier ist mal das gui:

    [autoit]

    #include <ButtonConstants.au3>
    #include <ComboConstants.au3>
    #include <EditConstants.au3>
    #include <GUIConstantsEx.au3>
    #include <StaticConstants.au3>
    #include <WindowsConstants.au3>

    [/autoit][autoit][/autoit][autoit][/autoit][autoit][/autoit][autoit][/autoit][autoit][/autoit][autoit]

    #Region ### START Koda GUI section ### Form=
    $Form1 = GUICreate("Login", 440, 299, 871, 507, BitOR($WS_SYSMENU,$WS_CAPTION,$WS_POPUP,$WS_POPUPWINDOW,$WS_BORDER,$WS_CLIPSIBLINGS))
    GUICtrlCreateEdit("", 0, 0, 225, 297, BitOR($ES_AUTOVSCROLL,$ES_AUTOHSCROLL,$ES_WANTRETURN))
    $Label2 = GUICtrlCreateLabel("Language:", 240, 24, 68, 20)
    GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
    GUICtrlCreateCombo("", 312, 24, 121, 25)
    GUICtrlSetData(-1, "German|English")
    $Label1 = GUICtrlCreateLabel("UserName:", 232, 56, 73, 20)
    GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
    GUICtrlCreateInput("", 312, 56, 121, 21)
    $Label3 = GUICtrlCreateLabel("Password:", 240, 88, 67, 20)
    GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
    GUICtrlCreateInput("", 312, 88, 121, 21, BitOR($ES_PASSWORD,$ES_AUTOHSCROLL))
    $Button1 = GUICtrlCreateButton("Login", 312, 128, 75, 25, $BS_BITMAP)
    $Icon1 = GUICtrlCreateIcon("C:\WINDOWS\system32\shell32.dll", -14, 264, 168, 16, 16, BitOR($SS_NOTIFY,$WS_GROUP))
    $Label4 = GUICtrlCreateLabel("Homepage", 280, 168, 56, 17)
    GUICtrlSetFont(-1, 8, 400, 4, "MS Sans Serif")
    GUICtrlSetColor(-1, 0x0000FF)
    GUICtrlSetCursor (-1, 0)
    $Icon2 = GUICtrlCreateIcon("C:\WINDOWS\system32\shell32.dll", -48, 344, 168, 16, 16, BitOR($SS_NOTIFY,$WS_GROUP))
    $Label5 = GUICtrlCreateLabel("Modify Pwd", 360, 168, 59, 17)
    GUICtrlSetFont(-1, 8, 400, 4, "MS Sans Serif")
    GUICtrlSetColor(-1, 0x0000FF)
    GUICtrlSetCursor (-1, 0)
    $Button2 = GUICtrlCreateButton("Exit", 360, 272, 75, 25, $BS_BITMAP)
    GUISetState(@SW_SHOW)
    #EndRegion ### END Koda GUI section ###

    [/autoit][autoit][/autoit][autoit]

    While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
    Case $GUI_EVENT_CLOSE
    Exit

    [/autoit][autoit][/autoit][autoit][/autoit][autoit]

    EndSwitch
    WEnd

    [/autoit][autoit][/autoit][autoit][/autoit][autoit][/autoit][autoit][/autoit]


    also z.B. https://autoit.de/www.google.de soll in der editbox angezeigt werden

    mfG

  • Wie könnte ich so was machen?

    • MysticSun
    • 9. Juni 2009 um 21:22

    Joa ich bins ^^

    also....

    @ChaosKeks

    1.) Das weiß ich nicht mehr (war mein 1. tool)
    2.)hmm verstehe ich net aber einfach Tab-(Ding) dann add TAB (glaub ich) und halt des 'Gestaltet'
    3.)kA wusste net wies geht

    @tuttifrutti

    Wieso ?

    Also bist du der jenige :P der das erstellt hat oder wie ? -.-"

  • Wie könnte ich so was machen?

    • MysticSun
    • 9. Juni 2009 um 21:14

    Ich habe dort nicht mit photoshop gearbeitet ,hatte nur Alienware ^^

    aber mit Photoshop gehts auch ^^

  • Wie könnte ich so was machen?

    • MysticSun
    • 9. Juni 2009 um 21:09

    hehe das ist ja mein Silkroad-AutoLogin außem cpg ^^

    mfg

  • Eure besten "Free -Picture-Upload Anbieter"

    • MysticSun
    • 24. April 2009 um 14:31

    https://autoit.de/www.tinipic.de

  • Design ?! Windows

    • MysticSun
    • 23. April 2009 um 18:22

    win xp home edition

  • Design ?! Windows

    • MysticSun
    • 23. April 2009 um 18:18

    geht alles net.... wo finde ich die dll theme ?

  • Design ?! Windows

    • MysticSun
    • 23. April 2009 um 13:32

    ne ich meine wenn jemand vista hat aber den gui design soll windows 2000 sein,.,,,

  • Design ?! Windows

    • MysticSun
    • 23. April 2009 um 13:27

    so wie windows 2000 ....

  • Design ?! Windows

    • MysticSun
    • 23. April 2009 um 13:15

    hallo

    mal ne frage , wie bekomme ich so ein älteres windowsdesign hin

    so z.B.

    https://autoit.de/index.php?page…fd1c47a01a10b16

    mfg

  • Update Funktion ?!

    • MysticSun
    • 21. April 2009 um 20:06

    danke danke:) klappt <3

  • Update Funktion ?!

    • MysticSun
    • 21. April 2009 um 19:49

    Hallo

    Ich habe die Sufu auch schon benutzt ,habe auch was gefunden aber geht nicht wirklich bei mir...

    Also ich will wenn man auf ein Button drück sich das Programm updated ---> Button click--> überprüfen ob es neue version aufem server gibt---> downloaden

    danke :)

Spenden

Jeder Euro hilft uns, Euch zu helfen.

Download

AutoIt Tutorial
AutoIt Buch
Onlinehilfe
AutoIt Entwickler
  1. Datenschutzerklärung
  2. Impressum
  3. Shoutbox-Archiv
Community-Software: WoltLab Suite™