Tab des eigenen Programms wechseln

  • Sorry dass ich soviele Fragethreads aufmache, habe erst vor 2 Wochen mit Autoit angefangen und beim Programmieren kommen da noch oft Fragen auf =/.

    Meine Frage ist folgende:

    Ich programmiere grade (wie schon im andren Thread erwähnt) einen Itemeditor für ein Game, in diesem wird es für viele Itemarten einen eignen Tab geben indem man die Werte angeben kann.
    Nun möchte ich eine von diesen beiden Methoden anwenden, da ich keinen riesen GUI machen wil in dem man alle Tabs sieht :

    1.In Tab 1 sind mehrere Buttons "Go To Tab 3" . Allerdings weiß ich nicht welchen Befehl ich nutzen muss damit das Programm den Tab wechselt.
    2.Eine Doppeltableiste, also z.b 10 Tabs oben und unter diesen 10 Tabs nochmal 10weitere Tabs


    Am besten wärs wenn mir jemand beides erklären könnte, freuhe mich über jegliche Art von Hilfe :).

    Danke im Vorraus
    MFG Kyu

    Einmal editiert, zuletzt von Kyubinoyoko (2. Juli 2010 um 13:24)

  • Danke für die schnelle Antwort, leider passiert nichts wenn ich den $Jump Button drücke und ich diesen code benutze

    [autoit]


    case $msg = $Jump1
    _GUICtrlTab_SetCurSel($Weapons, 1)

    [/autoit]

    Das hier ist der Code vom Tab

    [autoit]

    $Weapon = GUICtrlCreateTabItem("Waffen")

    [/autoit]
  • Sry ._.


    [autoit]

    #include <ButtonConstants.au3>
    #Include <GuiTab.au3>
    #include <ComboConstants.au3>
    #include <EditConstants.au3>
    #include <GUIConstantsEx.au3>
    #include <StaticConstants.au3>
    #include <TabConstants.au3>
    #include <WindowsConstants.au3>
    #Region ### START Koda GUI section ### Form=
    $Form1_1 = GUICreate("Item Editor v1.0 | © by Kyubinoyoko", 636, 450, 274, 217)
    $Tab1 = GUICtrlCreateTab(8, 8, 617, 433)
    GUICtrlSetResizing(-1, $GUI_DOCKWIDTH+$GUI_DOCKHEIGHT)
    $Main = GUICtrlCreateTabItem("Main")
    $Label1 = GUICtrlCreateLabel("Item Editor by Kyubinoyoko", 16, 42, 481, 44)
    GUICtrlSetFont(-1, 20, 800, 0, "Comic Sans MS")
    GUICtrlSetBkColor(-1, 0xFFFFFF)
    $GoTo = GUICtrlCreateGroup("Go To", 16, 89, 593, 345)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $Jump1 = GUICtrlCreateButton("Gehe zu Waffen", 24, 106, 163, 25, $WS_GROUP)
    $Jump2 = GUICtrlCreateButton("Gehe zu Schilde", 24, 138, 163, 25, $WS_GROUP)
    $Jump3 = GUICtrlCreateButton("Gehe zu Helmets", 24, 170, 163, 25, $WS_GROUP)
    $Jump4 = GUICtrlCreateButton("Gehe zu Suits", 24, 202, 163, 25, $WS_GROUP)
    $Jump5 = GUICtrlCreateButton("Gehe zu Gaunts", 24, 234, 163, 25, $WS_GROUP)
    $Jump6 = GUICtrlCreateButton("Gehe zu Boots", 24, 266, 163, 25, $WS_GROUP)
    $Jump7 = GUICtrlCreateButton("Gehe zu Blinkwings", 24, 298, 163, 25, $WS_GROUP)
    $Jump8 = GUICtrlCreateButton("Gehe zu Tickets", 24, 330, 163, 25, $WS_GROUP)
    $MainRadio2 = GUICtrlCreateRadio("Hoch", 480, 313, 113, 17)
    $MainRadio3 = GUICtrlCreateRadio("Normal", 480, 337, 113, 17)
    $MainRadio4 = GUICtrlCreateRadio("Niedrig", 480, 361, 113, 17)
    $MainGroup3 = GUICtrlCreateGroup("Item Editor Priorität", 448, 289, 137, 105)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $TabSheet2 = GUICtrlCreateTabItem("Waffen")
    $WaffenGroup = GUICtrlCreateGroup("Allgemein", 16, 33, 305, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $WaffenInput1 = GUICtrlCreateInput("", 24, 73, 121, 22)
    $WaffenLabel2 = GUICtrlCreateLabel("Itemname", 24, 57, 50, 17)
    $WaffenInput2 = GUICtrlCreateInput("", 24, 121, 121, 22)
    $WaffenLabel3 = GUICtrlCreateLabel("Item ID", 24, 105, 38, 17)
    $WaffenInput3 = GUICtrlCreateInput("", 24, 169, 121, 22)
    $WaffenLabel4 = GUICtrlCreateLabel("Iconname", 24, 153, 51, 17)
    $WaffenInput4 = GUICtrlCreateInput("", 176, 73, 121, 22)
    $WaffenLabel5 = GUICtrlCreateLabel("Wie oft stackbar?", 176, 57, 88, 17)
    $WaffenInput5 = GUICtrlCreateInput("", 176, 169, 121, 22)
    $WaffenLabel6 = GUICtrlCreateLabel("Itembeschreibung", 176, 153, 88, 17)
    $WaffenInput6 = GUICtrlCreateInput("", 24, 217, 121, 22)
    $WaffenLabel7 = GUICtrlCreateLabel("Preis", 24, 201, 82, 17)
    $WaffenInput8 = GUICtrlCreateInput("", 176, 217, 121, 22)
    $WaffenLabel8 = GUICtrlCreateLabel("benötigte Jobklasse", 176, 201, 98, 17)
    $WaffenCombo2 = GUICtrlCreateCombo("", 176, 120, 121, 25)
    $WaffenLabelLast = GUICtrlCreateLabel("Bei NPC kaufbar?", 176, 104, 88, 18)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $WaffenButton1 = GUICtrlCreateButton("Item erstellen", 16, 409, 595, 25, $WS_GROUP)
    GUICtrlSetFont(-1, 15, 800, 0, "MS Sans Serif")
    $TabShield = GUICtrlCreateTabItem("Schilde")
    $ShieldGroup = GUICtrlCreateGroup("Allgemein", 16, 33, 305, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $ShieldInput1 = GUICtrlCreateInput("", 24, 73, 121, 22)
    $ShieldLabel2 = GUICtrlCreateLabel("Itemname", 24, 57, 50, 17)
    $ShieldInput2 = GUICtrlCreateInput("", 24, 121, 121, 22)
    $ShieldLabel3 = GUICtrlCreateLabel("Item ID", 24, 105, 38, 17)
    $ShieldInput3 = GUICtrlCreateInput("", 24, 169, 121, 22)
    $ShieldLabel4 = GUICtrlCreateLabel("Iconname", 24, 153, 51, 17)
    $ShieldInput4 = GUICtrlCreateInput("", 176, 73, 121, 22)
    $ShieldLabel5 = GUICtrlCreateLabel("Wie oft stackbar?", 176, 57, 88, 17)
    $ShieldInput5 = GUICtrlCreateInput("", 176, 169, 121, 22)
    $ShieldLabel6 = GUICtrlCreateLabel("Itembeschreibung", 176, 153, 88, 17)
    $ShieldInput6 = GUICtrlCreateInput("", 24, 217, 121, 22)
    $ShieldLabel7 = GUICtrlCreateLabel("Preis", 24, 201, 82, 17)
    $ShieldInput8 = GUICtrlCreateInput("", 176, 217, 121, 22)
    $ShieldLabel8 = GUICtrlCreateLabel("benötigte Jobklasse", 176, 201, 98, 17)
    $ShieldCombo2 = GUICtrlCreateCombo("", 176, 120, 121, 25)
    $ShieldLabelLast = GUICtrlCreateLabel("Bei NPC kaufbar?", 176, 104, 88, 18)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $ShieldButton1 = GUICtrlCreateButton("Item erstellen", 16, 409, 595, 25, $WS_GROUP)
    GUICtrlSetFont(-1, 15, 800, 0, "MS Sans Serif")
    $TabSheet4 = GUICtrlCreateTabItem("Helmets")
    $HelmetGroup = GUICtrlCreateGroup("Allgemein", 16, 33, 305, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $HelmetInput1 = GUICtrlCreateInput("", 24, 73, 121, 22)
    $HelmetLabel2 = GUICtrlCreateLabel("Itemname", 24, 57, 50, 17)
    $HelmetInput2 = GUICtrlCreateInput("", 24, 121, 121, 22)
    $HelmetLabel3 = GUICtrlCreateLabel("Item ID", 24, 105, 38, 17)
    $HelmetInput3 = GUICtrlCreateInput("", 24, 169, 121, 22)
    $HelmetLabel4 = GUICtrlCreateLabel("Iconname", 24, 153, 51, 17)
    $HelmetInput4 = GUICtrlCreateInput("", 176, 73, 121, 22)
    $HelmetLabel5 = GUICtrlCreateLabel("Wie oft stackbar?", 176, 57, 88, 17)
    $HelmetInput5 = GUICtrlCreateInput("", 176, 169, 121, 22)
    $HelmetLabel6 = GUICtrlCreateLabel("Itembeschreibung", 176, 153, 88, 17)
    $HelmetInput6 = GUICtrlCreateInput("", 24, 217, 121, 22)
    $HelmetLabel7 = GUICtrlCreateLabel("Preis", 24, 201, 82, 17)
    $HelmetInput8 = GUICtrlCreateInput("", 176, 217, 121, 22)
    $HelmetLabel8 = GUICtrlCreateLabel("benötigte Jobklasse", 176, 201, 98, 17)
    $HelmetCombo2 = GUICtrlCreateCombo("", 176, 120, 121, 25)
    $HelmetLabelLast = GUICtrlCreateLabel("Bei NPC kaufbar?", 176, 104, 88, 18)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $HelmetButton1 = GUICtrlCreateButton("Item erstellen", 16, 409, 595, 25, $WS_GROUP)
    GUICtrlSetFont(-1, 15, 800, 0, "MS Sans Serif")
    $TabSheet5 = GUICtrlCreateTabItem("Suits")
    $SuitGroup = GUICtrlCreateGroup("Allgemein", 16, 33, 305, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $SuitInput1 = GUICtrlCreateInput("", 24, 73, 121, 22)
    $SuitLabel2 = GUICtrlCreateLabel("Itemname", 24, 57, 50, 17)
    $SuitInput2 = GUICtrlCreateInput("", 24, 121, 121, 22)
    $SuitLabel3 = GUICtrlCreateLabel("Item ID", 24, 105, 38, 17)
    $SuitInput3 = GUICtrlCreateInput("", 24, 169, 121, 22)
    $SuitLabel4 = GUICtrlCreateLabel("Iconname", 24, 153, 51, 17)
    $SuitInput4 = GUICtrlCreateInput("", 176, 73, 121, 22)
    $SuitLabel5 = GUICtrlCreateLabel("Wie oft stackbar?", 176, 57, 88, 17)
    $SuitInput5 = GUICtrlCreateInput("", 176, 169, 121, 22)
    $SuitLabel6 = GUICtrlCreateLabel("Itembeschreibung", 176, 153, 88, 17)
    $SuitInput6 = GUICtrlCreateInput("", 24, 217, 121, 22)
    $SuitLabel7 = GUICtrlCreateLabel("Preis", 24, 201, 82, 17)
    $SuitInput8 = GUICtrlCreateInput("", 176, 217, 121, 22)
    $SuitLabel8 = GUICtrlCreateLabel("benötigte Jobklasse", 176, 201, 98, 17)
    $SuitCombo2 = GUICtrlCreateCombo("", 176, 120, 121, 25)
    $SuitLabelLast = GUICtrlCreateLabel("Bei NPC kaufbar?", 176, 104, 88, 18)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $SuitButton1 = GUICtrlCreateButton("Item erstellen", 16, 409, 595, 25, $WS_GROUP)
    GUICtrlSetFont(-1, 15, 800, 0, "MS Sans Serif")
    $TabSheet6 = GUICtrlCreateTabItem("Gaunts")
    $GauntsGroup = GUICtrlCreateGroup("Allgemein", 16, 33, 305, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $GauntsInput1 = GUICtrlCreateInput("", 24, 73, 121, 22)
    $GauntsLabel2 = GUICtrlCreateLabel("Itemname", 24, 57, 50, 17)
    $GauntsInput2 = GUICtrlCreateInput("", 24, 121, 121, 22)
    $GauntsLabel3 = GUICtrlCreateLabel("Item ID", 24, 105, 38, 17)
    $GauntsInput3 = GUICtrlCreateInput("", 24, 169, 121, 22)
    $GauntsLabel4 = GUICtrlCreateLabel("Iconname", 24, 153, 51, 17)
    $GauntsInput4 = GUICtrlCreateInput("", 176, 73, 121, 22)
    $GauntsLabel5 = GUICtrlCreateLabel("Wie oft stackbar?", 176, 57, 88, 17)
    $GauntsInput5 = GUICtrlCreateInput("", 176, 169, 121, 22)
    $GauntsLabel6 = GUICtrlCreateLabel("Itembeschreibung", 176, 153, 88, 17)
    $GauntsInput6 = GUICtrlCreateInput("", 24, 217, 121, 22)
    $GauntsLabel7 = GUICtrlCreateLabel("Preis", 24, 201, 82, 17)
    $GauntsInput8 = GUICtrlCreateInput("", 176, 217, 121, 22)
    $GauntsLabel8 = GUICtrlCreateLabel("benötigte Jobklasse", 176, 201, 98, 17)
    $GauntsCombo2 = GUICtrlCreateCombo("", 176, 120, 121, 25)
    $GauntsLabelLast = GUICtrlCreateLabel("Bei NPC kaufbar?", 176, 104, 88, 18)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $GauntsButton1 = GUICtrlCreateButton("Item erstellen", 16, 409, 595, 25, $WS_GROUP)
    GUICtrlSetFont(-1, 15, 800, 0, "MS Sans Serif")
    $TabSheet7 = GUICtrlCreateTabItem("Boots")
    $BootsGroup = GUICtrlCreateGroup("Allgemein", 16, 33, 305, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $BootsInput1 = GUICtrlCreateInput("", 24, 73, 121, 22)
    $BootsLabel2 = GUICtrlCreateLabel("Itemname", 24, 57, 50, 17)
    $BootsInput2 = GUICtrlCreateInput("", 24, 121, 121, 22)
    $BootsLabel3 = GUICtrlCreateLabel("Item ID", 24, 105, 38, 17)
    $BootsInput3 = GUICtrlCreateInput("", 24, 169, 121, 22)
    $BootsLabel4 = GUICtrlCreateLabel("Iconname", 24, 153, 51, 17)
    $BootsInput4 = GUICtrlCreateInput("", 176, 73, 121, 22)
    $BootsLabel5 = GUICtrlCreateLabel("Wie oft stackbar?", 176, 57, 88, 17)
    $BootsInput5 = GUICtrlCreateInput("", 176, 169, 121, 22)
    $BootsLabel6 = GUICtrlCreateLabel("Itembeschreibung", 176, 153, 88, 17)
    $BootsInput6 = GUICtrlCreateInput("", 24, 217, 121, 22)
    $BootsLabel7 = GUICtrlCreateLabel("Preis", 24, 201, 82, 17)
    $BootsInput8 = GUICtrlCreateInput("", 176, 217, 121, 22)
    $BootsLabel8 = GUICtrlCreateLabel("benötigte Jobklasse", 176, 201, 98, 17)
    $BootsCombo2 = GUICtrlCreateCombo("", 176, 120, 121, 25)
    $BootsLabelLast = GUICtrlCreateLabel("Bei NPC kaufbar?", 176, 104, 88, 18)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $BootsButton1 = GUICtrlCreateButton("Item erstellen", 16, 409, 595, 25, $WS_GROUP)
    GUICtrlSetFont(-1, 15, 800, 0, "MS Sans Serif")
    $TabSheet8 = GUICtrlCreateTabItem("Blinkwings")
    $BlinkGroup = GUICtrlCreateGroup("Allgemein", 16, 33, 305, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $BlinkInput1 = GUICtrlCreateInput("", 24, 73, 121, 22)
    $BlinkLabel2 = GUICtrlCreateLabel("Itemname", 24, 57, 50, 17)
    $BlinkInput2 = GUICtrlCreateInput("", 24, 121, 121, 22)
    $BlinkLabel3 = GUICtrlCreateLabel("Item ID", 24, 105, 38, 17)
    $BlinkInput3 = GUICtrlCreateInput("", 24, 169, 121, 22)
    $BlinkLabel4 = GUICtrlCreateLabel("Iconname", 24, 153, 51, 17)
    $BlinkInput4 = GUICtrlCreateInput("", 176, 73, 121, 22)
    $BlinkLabel5 = GUICtrlCreateLabel("Wie oft stackbar?", 176, 57, 88, 17)
    $BlinkInput5 = GUICtrlCreateInput("", 176, 169, 121, 22)
    $BlinkLabel6 = GUICtrlCreateLabel("Itembeschreibung", 176, 153, 88, 17)
    $BlinkInput6 = GUICtrlCreateInput("", 24, 217, 121, 22)
    $BlinkLabel7 = GUICtrlCreateLabel("Preis", 24, 201, 82, 17)
    $BlinkInput8 = GUICtrlCreateInput("", 176, 217, 121, 22)
    $BlinkLabel8 = GUICtrlCreateLabel("benötigte Jobklasse", 176, 201, 98, 17)
    $BlinkCombo2 = GUICtrlCreateCombo("", 176, 120, 121, 25)
    $BlinkLabelLast = GUICtrlCreateLabel("Bei NPC kaufbar?", 176, 104, 88, 18)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $BlinkGroup2 = GUICtrlCreateGroup("Teleport", 344, 33, 273, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $BlinkInput9 = GUICtrlCreateCombo("", 376, 73, 121, 25)
    $BlinkInput10 = GUICtrlCreateInput("", 376, 121, 121, 22)
    $BlinkInput11 = GUICtrlCreateInput("", 376, 169, 121, 22)
    $BlinkInput12 = GUICtrlCreateInput("", 376, 217, 121, 22)
    $BlinkLabel9 = GUICtrlCreateLabel("Welt", 376, 57, 26, 17)
    $BlinkLabel10 = GUICtrlCreateLabel("X Koordinate", 376, 105, 65, 17)
    $BlinkLabel11 = GUICtrlCreateLabel("Y Koordinate", 376, 153, 65, 17)
    $BlinkLabel12 = GUICtrlCreateLabel("Z Koordinate", 376, 201, 65, 17)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $BlinkButton1 = GUICtrlCreateButton("Item erstellen", 16, 409, 595, 25, $WS_GROUP)
    GUICtrlSetFont(-1, 15, 800, 0, "MS Sans Serif")
    $TabSheet9 = GUICtrlCreateTabItem("Tickets")
    $TicketGroup = GUICtrlCreateGroup("Allgemein", 16, 33, 305, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $TicketInput1 = GUICtrlCreateInput("", 24, 73, 121, 22)
    $TicketLabel2 = GUICtrlCreateLabel("Itemname", 24, 57, 50, 17)
    $TicketInput2 = GUICtrlCreateInput("", 24, 121, 121, 22)
    $TicketLabel3 = GUICtrlCreateLabel("Item ID", 24, 105, 38, 17)
    $TicketInput3 = GUICtrlCreateInput("", 24, 169, 121, 22)
    $TicketLabel4 = GUICtrlCreateLabel("Iconname", 24, 153, 51, 17)
    $TicketInput4 = GUICtrlCreateInput("", 176, 73, 121, 22)
    $TicketLabel5 = GUICtrlCreateLabel("Wie oft stackbar?", 176, 57, 88, 17)
    $TicketInput5 = GUICtrlCreateInput("", 176, 169, 121, 22)
    $TicketLabel6 = GUICtrlCreateLabel("Itembeschreibung", 176, 153, 88, 17)
    $TicketInput6 = GUICtrlCreateInput("", 24, 217, 121, 22)
    $TicketLabel7 = GUICtrlCreateLabel("Preis", 24, 201, 82, 17)
    $TicketInput8 = GUICtrlCreateInput("", 176, 217, 121, 22)
    $TicketLabel8 = GUICtrlCreateLabel("benötigte Jobklasse", 176, 201, 98, 17)
    $TicketCombo2 = GUICtrlCreateCombo("", 176, 120, 121, 25)
    $TicketLabelLast = GUICtrlCreateLabel("Bei NPC kaufbar?", 176, 104, 88, 18)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $TicketGroup2 = GUICtrlCreateGroup("Teleport", 344, 33, 273, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $TicketInput9 = GUICtrlCreateCombo("", 376, 73, 121, 25)
    $TicketInput10 = GUICtrlCreateInput("", 376, 121, 121, 22)
    $TicketInput11 = GUICtrlCreateInput("", 376, 169, 121, 22)
    $TicketInput12 = GUICtrlCreateInput("", 376, 217, 121, 22)
    $TicketLabel9 = GUICtrlCreateLabel("Welt", 376, 57, 26, 17)
    $TicketLabel10 = GUICtrlCreateLabel("X Koordinate", 376, 105, 65, 17)
    $TicketLabel11 = GUICtrlCreateLabel("Y Koordinate", 376, 153, 65, 17)
    $TicketLabel12 = GUICtrlCreateLabel("Z Koordinate", 376, 201, 65, 17)
    $Last2Ticketlabel = GUICtrlCreateLabel("Dauer des Tickets in Minuten", 224, 312, 142, 18)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $LastTicketGroup = GUICtrlCreateGroup("Ticketsettings", 112, 280, 401, 105)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $TicketButton1 = GUICtrlCreateButton("Item erstellen", 16, 409, 595, 25, $WS_GROUP)
    GUICtrlSetFont(-1, 15, 800, 0, "MS Sans Serif")
    GUICtrlCreateTabItem("")
    GUISetState(@SW_SHOW)
    #EndRegion ### END Koda GUI section ###

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

    While 1
    $Msg = GUIGetMsg()
    Select
    Case $msg = $GUI_EVENT_CLOSE
    Exit
    Case $msg = $MainRadio2 And BitAND(GUICtrlRead($MainRadio2), $GUI_CHECKED) = $GUI_CHECKED
    $Process = WinGetProcess("Item Editor v")
    ProcessSetPriority ( $Process, 4)
    Case $msg = $MainRadio3 And BitAND(GUICtrlRead($MainRadio3), $GUI_CHECKED) = $GUI_CHECKED
    $Process = WinGetProcess("Item Editor v")
    ProcessSetPriority ( $Process, 2)
    Case $msg = $MainRadio4 And BitAND(GUICtrlRead($MainRadio4), $GUI_CHECKED) = $GUI_CHECKED
    $Process = WinGetProcess("Item Editor v")
    ProcessSetPriority ( $Process, 0)
    case $msg = $Jump1
    _GUICtrlTab_SetCurSel($TabSheet2, 1)
    EndSelect
    WEnd

    [/autoit]
  • Wenn ich das richtig verstanden habe willst du dein eigenes Programm auf eines dieser Button automatisch klicken lassen?

    Versuchs mal mit

    [autoit]

    ControlClick($hGUI, "", $controlID) ;Bei $hGUI kommt die controlID deines GUI's rein (bei dir $Form1_1), bei dem zweiten "" kommt der Text deines GUI's rein, das kannst du einfach auslassen, bei $controlID kommt der Button oder der Tab rein, den du klicken willst, bei dir wenn du zu "Gehe zu Waffen" machen willst dann $Jump1. Dann klickt er den Button an, ohne das sich deine Maus bewegt!

    [/autoit]
  • _GUICtrlTab_SetCurFocus geht leider auch nicht.
    Habe mehree andre Befehle versucht, bis jetzt hat keiner gewirkt

  • _GUICtrlTab_SetCurFocus geht leider auch nicht.Habe mehree andre Befehle versucht, bis jetzt hat keiner gewirkt

    _GUICtrlTab_SetCurFocus fubnktioniert es müssen nur die richtigen Parameter angegeben werden:

    Spoiler anzeigen
    [autoit]

    #include <ButtonConstants.au3>
    #Include <GuiTab.au3>
    #include <ComboConstants.au3>
    #include <EditConstants.au3>
    #include <GUIConstantsEx.au3>
    #include <StaticConstants.au3>
    #include <TabConstants.au3>
    #include <WindowsConstants.au3>
    #Region ### START Koda GUI section ### Form=
    $Form1_1 = GUICreate("Item Editor v1.0 | © by Kyubinoyoko", 636, 450, 274, 217)
    $Tab1 = GUICtrlCreateTab(8, 8, 617, 433)
    GUICtrlSetResizing(-1, $GUI_DOCKWIDTH+$GUI_DOCKHEIGHT)
    $Main = GUICtrlCreateTabItem("Main")
    $Label1 = GUICtrlCreateLabel("Item Editor by Kyubinoyoko", 16, 42, 481, 44)
    GUICtrlSetFont(-1, 20, 800, 0, "Comic Sans MS")
    GUICtrlSetBkColor(-1, 0xFFFFFF)
    $GoTo = GUICtrlCreateGroup("Go To", 16, 89, 593, 345)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $Jump1 = GUICtrlCreateButton("Gehe zu Waffen", 24, 106, 163, 25, $WS_GROUP)
    $Jump2 = GUICtrlCreateButton("Gehe zu Schilde", 24, 138, 163, 25, $WS_GROUP)
    $Jump3 = GUICtrlCreateButton("Gehe zu Helmets", 24, 170, 163, 25, $WS_GROUP)
    $Jump4 = GUICtrlCreateButton("Gehe zu Suits", 24, 202, 163, 25, $WS_GROUP)
    $Jump5 = GUICtrlCreateButton("Gehe zu Gaunts", 24, 234, 163, 25, $WS_GROUP)
    $Jump6 = GUICtrlCreateButton("Gehe zu Boots", 24, 266, 163, 25, $WS_GROUP)
    $Jump7 = GUICtrlCreateButton("Gehe zu Blinkwings", 24, 298, 163, 25, $WS_GROUP)
    $Jump8 = GUICtrlCreateButton("Gehe zu Tickets", 24, 330, 163, 25, $WS_GROUP)
    $MainRadio2 = GUICtrlCreateRadio("Hoch", 480, 313, 113, 17)
    $MainRadio3 = GUICtrlCreateRadio("Normal", 480, 337, 113, 17)
    $MainRadio4 = GUICtrlCreateRadio("Niedrig", 480, 361, 113, 17)
    $MainGroup3 = GUICtrlCreateGroup("Item Editor Priorität", 448, 289, 137, 105)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $TabSheet2 = GUICtrlCreateTabItem("Waffen")
    $WaffenGroup = GUICtrlCreateGroup("Allgemein", 16, 33, 305, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $WaffenInput1 = GUICtrlCreateInput("", 24, 73, 121, 22)
    $WaffenLabel2 = GUICtrlCreateLabel("Itemname", 24, 57, 50, 17)
    $WaffenInput2 = GUICtrlCreateInput("", 24, 121, 121, 22)
    $WaffenLabel3 = GUICtrlCreateLabel("Item ID", 24, 105, 38, 17)
    $WaffenInput3 = GUICtrlCreateInput("", 24, 169, 121, 22)
    $WaffenLabel4 = GUICtrlCreateLabel("Iconname", 24, 153, 51, 17)
    $WaffenInput4 = GUICtrlCreateInput("", 176, 73, 121, 22)
    $WaffenLabel5 = GUICtrlCreateLabel("Wie oft stackbar?", 176, 57, 88, 17)
    $WaffenInput5 = GUICtrlCreateInput("", 176, 169, 121, 22)
    $WaffenLabel6 = GUICtrlCreateLabel("Itembeschreibung", 176, 153, 88, 17)
    $WaffenInput6 = GUICtrlCreateInput("", 24, 217, 121, 22)
    $WaffenLabel7 = GUICtrlCreateLabel("Preis", 24, 201, 82, 17)
    $WaffenInput8 = GUICtrlCreateInput("", 176, 217, 121, 22)
    $WaffenLabel8 = GUICtrlCreateLabel("benötigte Jobklasse", 176, 201, 98, 17)
    $WaffenCombo2 = GUICtrlCreateCombo("", 176, 120, 121, 25)
    $WaffenLabelLast = GUICtrlCreateLabel("Bei NPC kaufbar?", 176, 104, 88, 18)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $WaffenButton1 = GUICtrlCreateButton("Item erstellen", 16, 409, 595, 25, $WS_GROUP)
    GUICtrlSetFont(-1, 15, 800, 0, "MS Sans Serif")
    $TabShield = GUICtrlCreateTabItem("Schilde")
    $ShieldGroup = GUICtrlCreateGroup("Allgemein", 16, 33, 305, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $ShieldInput1 = GUICtrlCreateInput("", 24, 73, 121, 22)
    $ShieldLabel2 = GUICtrlCreateLabel("Itemname", 24, 57, 50, 17)
    $ShieldInput2 = GUICtrlCreateInput("", 24, 121, 121, 22)
    $ShieldLabel3 = GUICtrlCreateLabel("Item ID", 24, 105, 38, 17)
    $ShieldInput3 = GUICtrlCreateInput("", 24, 169, 121, 22)
    $ShieldLabel4 = GUICtrlCreateLabel("Iconname", 24, 153, 51, 17)
    $ShieldInput4 = GUICtrlCreateInput("", 176, 73, 121, 22)
    $ShieldLabel5 = GUICtrlCreateLabel("Wie oft stackbar?", 176, 57, 88, 17)
    $ShieldInput5 = GUICtrlCreateInput("", 176, 169, 121, 22)
    $ShieldLabel6 = GUICtrlCreateLabel("Itembeschreibung", 176, 153, 88, 17)
    $ShieldInput6 = GUICtrlCreateInput("", 24, 217, 121, 22)
    $ShieldLabel7 = GUICtrlCreateLabel("Preis", 24, 201, 82, 17)
    $ShieldInput8 = GUICtrlCreateInput("", 176, 217, 121, 22)
    $ShieldLabel8 = GUICtrlCreateLabel("benötigte Jobklasse", 176, 201, 98, 17)
    $ShieldCombo2 = GUICtrlCreateCombo("", 176, 120, 121, 25)
    $ShieldLabelLast = GUICtrlCreateLabel("Bei NPC kaufbar?", 176, 104, 88, 18)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $ShieldButton1 = GUICtrlCreateButton("Item erstellen", 16, 409, 595, 25, $WS_GROUP)
    GUICtrlSetFont(-1, 15, 800, 0, "MS Sans Serif")
    $TabSheet4 = GUICtrlCreateTabItem("Helmets")
    $HelmetGroup = GUICtrlCreateGroup("Allgemein", 16, 33, 305, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $HelmetInput1 = GUICtrlCreateInput("", 24, 73, 121, 22)
    $HelmetLabel2 = GUICtrlCreateLabel("Itemname", 24, 57, 50, 17)
    $HelmetInput2 = GUICtrlCreateInput("", 24, 121, 121, 22)
    $HelmetLabel3 = GUICtrlCreateLabel("Item ID", 24, 105, 38, 17)
    $HelmetInput3 = GUICtrlCreateInput("", 24, 169, 121, 22)
    $HelmetLabel4 = GUICtrlCreateLabel("Iconname", 24, 153, 51, 17)
    $HelmetInput4 = GUICtrlCreateInput("", 176, 73, 121, 22)
    $HelmetLabel5 = GUICtrlCreateLabel("Wie oft stackbar?", 176, 57, 88, 17)
    $HelmetInput5 = GUICtrlCreateInput("", 176, 169, 121, 22)
    $HelmetLabel6 = GUICtrlCreateLabel("Itembeschreibung", 176, 153, 88, 17)
    $HelmetInput6 = GUICtrlCreateInput("", 24, 217, 121, 22)
    $HelmetLabel7 = GUICtrlCreateLabel("Preis", 24, 201, 82, 17)
    $HelmetInput8 = GUICtrlCreateInput("", 176, 217, 121, 22)
    $HelmetLabel8 = GUICtrlCreateLabel("benötigte Jobklasse", 176, 201, 98, 17)
    $HelmetCombo2 = GUICtrlCreateCombo("", 176, 120, 121, 25)
    $HelmetLabelLast = GUICtrlCreateLabel("Bei NPC kaufbar?", 176, 104, 88, 18)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $HelmetButton1 = GUICtrlCreateButton("Item erstellen", 16, 409, 595, 25, $WS_GROUP)
    GUICtrlSetFont(-1, 15, 800, 0, "MS Sans Serif")
    $TabSheet5 = GUICtrlCreateTabItem("Suits")
    $SuitGroup = GUICtrlCreateGroup("Allgemein", 16, 33, 305, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $SuitInput1 = GUICtrlCreateInput("", 24, 73, 121, 22)
    $SuitLabel2 = GUICtrlCreateLabel("Itemname", 24, 57, 50, 17)
    $SuitInput2 = GUICtrlCreateInput("", 24, 121, 121, 22)
    $SuitLabel3 = GUICtrlCreateLabel("Item ID", 24, 105, 38, 17)
    $SuitInput3 = GUICtrlCreateInput("", 24, 169, 121, 22)
    $SuitLabel4 = GUICtrlCreateLabel("Iconname", 24, 153, 51, 17)
    $SuitInput4 = GUICtrlCreateInput("", 176, 73, 121, 22)
    $SuitLabel5 = GUICtrlCreateLabel("Wie oft stackbar?", 176, 57, 88, 17)
    $SuitInput5 = GUICtrlCreateInput("", 176, 169, 121, 22)
    $SuitLabel6 = GUICtrlCreateLabel("Itembeschreibung", 176, 153, 88, 17)
    $SuitInput6 = GUICtrlCreateInput("", 24, 217, 121, 22)
    $SuitLabel7 = GUICtrlCreateLabel("Preis", 24, 201, 82, 17)
    $SuitInput8 = GUICtrlCreateInput("", 176, 217, 121, 22)
    $SuitLabel8 = GUICtrlCreateLabel("benötigte Jobklasse", 176, 201, 98, 17)
    $SuitCombo2 = GUICtrlCreateCombo("", 176, 120, 121, 25)
    $SuitLabelLast = GUICtrlCreateLabel("Bei NPC kaufbar?", 176, 104, 88, 18)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $SuitButton1 = GUICtrlCreateButton("Item erstellen", 16, 409, 595, 25, $WS_GROUP)
    GUICtrlSetFont(-1, 15, 800, 0, "MS Sans Serif")
    $TabSheet6 = GUICtrlCreateTabItem("Gaunts")
    $GauntsGroup = GUICtrlCreateGroup("Allgemein", 16, 33, 305, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $GauntsInput1 = GUICtrlCreateInput("", 24, 73, 121, 22)
    $GauntsLabel2 = GUICtrlCreateLabel("Itemname", 24, 57, 50, 17)
    $GauntsInput2 = GUICtrlCreateInput("", 24, 121, 121, 22)
    $GauntsLabel3 = GUICtrlCreateLabel("Item ID", 24, 105, 38, 17)
    $GauntsInput3 = GUICtrlCreateInput("", 24, 169, 121, 22)
    $GauntsLabel4 = GUICtrlCreateLabel("Iconname", 24, 153, 51, 17)
    $GauntsInput4 = GUICtrlCreateInput("", 176, 73, 121, 22)
    $GauntsLabel5 = GUICtrlCreateLabel("Wie oft stackbar?", 176, 57, 88, 17)
    $GauntsInput5 = GUICtrlCreateInput("", 176, 169, 121, 22)
    $GauntsLabel6 = GUICtrlCreateLabel("Itembeschreibung", 176, 153, 88, 17)
    $GauntsInput6 = GUICtrlCreateInput("", 24, 217, 121, 22)
    $GauntsLabel7 = GUICtrlCreateLabel("Preis", 24, 201, 82, 17)
    $GauntsInput8 = GUICtrlCreateInput("", 176, 217, 121, 22)
    $GauntsLabel8 = GUICtrlCreateLabel("benötigte Jobklasse", 176, 201, 98, 17)
    $GauntsCombo2 = GUICtrlCreateCombo("", 176, 120, 121, 25)
    $GauntsLabelLast = GUICtrlCreateLabel("Bei NPC kaufbar?", 176, 104, 88, 18)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $GauntsButton1 = GUICtrlCreateButton("Item erstellen", 16, 409, 595, 25, $WS_GROUP)
    GUICtrlSetFont(-1, 15, 800, 0, "MS Sans Serif")
    $TabSheet7 = GUICtrlCreateTabItem("Boots")
    $BootsGroup = GUICtrlCreateGroup("Allgemein", 16, 33, 305, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $BootsInput1 = GUICtrlCreateInput("", 24, 73, 121, 22)
    $BootsLabel2 = GUICtrlCreateLabel("Itemname", 24, 57, 50, 17)
    $BootsInput2 = GUICtrlCreateInput("", 24, 121, 121, 22)
    $BootsLabel3 = GUICtrlCreateLabel("Item ID", 24, 105, 38, 17)
    $BootsInput3 = GUICtrlCreateInput("", 24, 169, 121, 22)
    $BootsLabel4 = GUICtrlCreateLabel("Iconname", 24, 153, 51, 17)
    $BootsInput4 = GUICtrlCreateInput("", 176, 73, 121, 22)
    $BootsLabel5 = GUICtrlCreateLabel("Wie oft stackbar?", 176, 57, 88, 17)
    $BootsInput5 = GUICtrlCreateInput("", 176, 169, 121, 22)
    $BootsLabel6 = GUICtrlCreateLabel("Itembeschreibung", 176, 153, 88, 17)
    $BootsInput6 = GUICtrlCreateInput("", 24, 217, 121, 22)
    $BootsLabel7 = GUICtrlCreateLabel("Preis", 24, 201, 82, 17)
    $BootsInput8 = GUICtrlCreateInput("", 176, 217, 121, 22)
    $BootsLabel8 = GUICtrlCreateLabel("benötigte Jobklasse", 176, 201, 98, 17)
    $BootsCombo2 = GUICtrlCreateCombo("", 176, 120, 121, 25)
    $BootsLabelLast = GUICtrlCreateLabel("Bei NPC kaufbar?", 176, 104, 88, 18)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $BootsButton1 = GUICtrlCreateButton("Item erstellen", 16, 409, 595, 25, $WS_GROUP)
    GUICtrlSetFont(-1, 15, 800, 0, "MS Sans Serif")
    $TabSheet8 = GUICtrlCreateTabItem("Blinkwings")
    $BlinkGroup = GUICtrlCreateGroup("Allgemein", 16, 33, 305, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $BlinkInput1 = GUICtrlCreateInput("", 24, 73, 121, 22)
    $BlinkLabel2 = GUICtrlCreateLabel("Itemname", 24, 57, 50, 17)
    $BlinkInput2 = GUICtrlCreateInput("", 24, 121, 121, 22)
    $BlinkLabel3 = GUICtrlCreateLabel("Item ID", 24, 105, 38, 17)
    $BlinkInput3 = GUICtrlCreateInput("", 24, 169, 121, 22)
    $BlinkLabel4 = GUICtrlCreateLabel("Iconname", 24, 153, 51, 17)
    $BlinkInput4 = GUICtrlCreateInput("", 176, 73, 121, 22)
    $BlinkLabel5 = GUICtrlCreateLabel("Wie oft stackbar?", 176, 57, 88, 17)
    $BlinkInput5 = GUICtrlCreateInput("", 176, 169, 121, 22)
    $BlinkLabel6 = GUICtrlCreateLabel("Itembeschreibung", 176, 153, 88, 17)
    $BlinkInput6 = GUICtrlCreateInput("", 24, 217, 121, 22)
    $BlinkLabel7 = GUICtrlCreateLabel("Preis", 24, 201, 82, 17)
    $BlinkInput8 = GUICtrlCreateInput("", 176, 217, 121, 22)
    $BlinkLabel8 = GUICtrlCreateLabel("benötigte Jobklasse", 176, 201, 98, 17)
    $BlinkCombo2 = GUICtrlCreateCombo("", 176, 120, 121, 25)
    $BlinkLabelLast = GUICtrlCreateLabel("Bei NPC kaufbar?", 176, 104, 88, 18)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $BlinkGroup2 = GUICtrlCreateGroup("Teleport", 344, 33, 273, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $BlinkInput9 = GUICtrlCreateCombo("", 376, 73, 121, 25)
    $BlinkInput10 = GUICtrlCreateInput("", 376, 121, 121, 22)
    $BlinkInput11 = GUICtrlCreateInput("", 376, 169, 121, 22)
    $BlinkInput12 = GUICtrlCreateInput("", 376, 217, 121, 22)
    $BlinkLabel9 = GUICtrlCreateLabel("Welt", 376, 57, 26, 17)
    $BlinkLabel10 = GUICtrlCreateLabel("X Koordinate", 376, 105, 65, 17)
    $BlinkLabel11 = GUICtrlCreateLabel("Y Koordinate", 376, 153, 65, 17)
    $BlinkLabel12 = GUICtrlCreateLabel("Z Koordinate", 376, 201, 65, 17)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $BlinkButton1 = GUICtrlCreateButton("Item erstellen", 16, 409, 595, 25, $WS_GROUP)
    GUICtrlSetFont(-1, 15, 800, 0, "MS Sans Serif")
    $TabSheet9 = GUICtrlCreateTabItem("Tickets")
    $TicketGroup = GUICtrlCreateGroup("Allgemein", 16, 33, 305, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $TicketInput1 = GUICtrlCreateInput("", 24, 73, 121, 22)
    $TicketLabel2 = GUICtrlCreateLabel("Itemname", 24, 57, 50, 17)
    $TicketInput2 = GUICtrlCreateInput("", 24, 121, 121, 22)
    $TicketLabel3 = GUICtrlCreateLabel("Item ID", 24, 105, 38, 17)
    $TicketInput3 = GUICtrlCreateInput("", 24, 169, 121, 22)
    $TicketLabel4 = GUICtrlCreateLabel("Iconname", 24, 153, 51, 17)
    $TicketInput4 = GUICtrlCreateInput("", 176, 73, 121, 22)
    $TicketLabel5 = GUICtrlCreateLabel("Wie oft stackbar?", 176, 57, 88, 17)
    $TicketInput5 = GUICtrlCreateInput("", 176, 169, 121, 22)
    $TicketLabel6 = GUICtrlCreateLabel("Itembeschreibung", 176, 153, 88, 17)
    $TicketInput6 = GUICtrlCreateInput("", 24, 217, 121, 22)
    $TicketLabel7 = GUICtrlCreateLabel("Preis", 24, 201, 82, 17)
    $TicketInput8 = GUICtrlCreateInput("", 176, 217, 121, 22)
    $TicketLabel8 = GUICtrlCreateLabel("benötigte Jobklasse", 176, 201, 98, 17)
    $TicketCombo2 = GUICtrlCreateCombo("", 176, 120, 121, 25)
    $TicketLabelLast = GUICtrlCreateLabel("Bei NPC kaufbar?", 176, 104, 88, 18)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $TicketGroup2 = GUICtrlCreateGroup("Teleport", 344, 33, 273, 217)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $TicketInput9 = GUICtrlCreateCombo("", 376, 73, 121, 25)
    $TicketInput10 = GUICtrlCreateInput("", 376, 121, 121, 22)
    $TicketInput11 = GUICtrlCreateInput("", 376, 169, 121, 22)
    $TicketInput12 = GUICtrlCreateInput("", 376, 217, 121, 22)
    $TicketLabel9 = GUICtrlCreateLabel("Welt", 376, 57, 26, 17)
    $TicketLabel10 = GUICtrlCreateLabel("X Koordinate", 376, 105, 65, 17)
    $TicketLabel11 = GUICtrlCreateLabel("Y Koordinate", 376, 153, 65, 17)
    $TicketLabel12 = GUICtrlCreateLabel("Z Koordinate", 376, 201, 65, 17)
    $Last2Ticketlabel = GUICtrlCreateLabel("Dauer des Tickets in Minuten", 224, 312, 142, 18)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    $LastTicketGroup = GUICtrlCreateGroup("Ticketsettings", 112, 280, 401, 105)
    GUICtrlSetFont(-1, 8, 400, 0, "Arial")
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $TicketButton1 = GUICtrlCreateButton("Item erstellen", 16, 409, 595, 25, $WS_GROUP)
    GUICtrlSetFont(-1, 15, 800, 0, "MS Sans Serif")
    GUICtrlCreateTabItem("")
    GUISetState(@SW_SHOW)
    #EndRegion ### END Koda GUI section ###

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

    While 1
    $Msg = GUIGetMsg()
    Select
    Case $msg = $GUI_EVENT_CLOSE
    Exit
    Case $msg = $MainRadio2 And BitAND(GUICtrlRead($MainRadio2), $GUI_CHECKED) = $GUI_CHECKED
    $Process = WinGetProcess("Item Editor v")
    ProcessSetPriority ( $Process, 4)
    Case $msg = $MainRadio3 And BitAND(GUICtrlRead($MainRadio3), $GUI_CHECKED) = $GUI_CHECKED
    $Process = WinGetProcess("Item Editor v")
    ProcessSetPriority ( $Process, 2)
    Case $msg = $MainRadio4 And BitAND(GUICtrlRead($MainRadio4), $GUI_CHECKED) = $GUI_CHECKED
    $Process = WinGetProcess("Item Editor v")
    ProcessSetPriority ( $Process, 0)
    case $msg = $Jump1
    _GUICtrlTab_SetCurFocus($Tab1, 1)
    EndSelect
    WEnd

    [/autoit]

    mfg (Auto)Bert

  • Ahh
    danke jetzt versteh ichs, ich hab die ganze Zeit versucht das Tabitem1 anzuwählen indem ich statt den tab $Tab, direkt das tabitem $Tabsheet2 angewähle

  • schön, dann ist dein Problem ja gelöst, schön wäre es allerdings auch wenn du den Thread auf gelöst setzt. Einfach 1. Beitrag bearbeiten, Präfix (nähe Überschrift) ändern und speichern (absenden)

    mfg (Auto)Bert