Mein Problem steht ja schon in der Überschrift; hier ist das Script:
Spoiler anzeigen
#include <GUIConstants.au3>
#include <WindowsConstants.au3>
#include <ButtonConstants.au3>
#include <ComboConstants.au3>
#include <ListboxConstants.au3>
#include <EditConstants.au3>
#include <ProgressConstants.au3>
#include <UpdownConstants.au3>
#include <StaticConstants.au3>
#include <TabConstants.au3>
#include <AVIConstants.au3>
#include <DateTimeConstants.au3>
#include <TreeviewConstants.au3>
#include <SliderConstants.au3>
#include <ListviewConstants.au3>
#include <GuiListBox.au3>
#include <Array.au3>
#Region ### START Koda GUI section ###
$Form1_1 = GUICreate("Neuer Eintrag", 818, 517, 113, 365, BitOR($WS_MINIMIZEBOX,$WS_SYSMENU,$WS_CAPTION,$WS_POPUP,$WS_POPUPWINDOW,$WS_GROUP,$WS_VSCROLL,$WS_BORDER,$WS_CLIPSIBLINGS))
$LabelDName = GUICtrlCreateLabel("Deutscher Name", 16, 16, 105, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$LabelEName = GUICtrlCreateLabel("Englischer Name", 16, 40, 107, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$LabelLName = GUICtrlCreateLabel("Lateinischer Name", 16, 64, 116, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$LabelKlasse = GUICtrlCreateLabel("Klasse", 16, 152, 45, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$LabelOrdnung = GUICtrlCreateLabel("Ordnung", 16, 200, 55, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$LabelUnterordnung = GUICtrlCreateLabel("Unterordnung", 16, 224, 85, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Labeluberfamilie = GUICtrlCreateLabel("Überfamilie", 16, 248, 73, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$LabelFamilie = GUICtrlCreateLabel("Familie", 16, 272, 48, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$LabelUnterfamilie = GUICtrlCreateLabel("Unterfamilie", 16, 296, 75, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$LabelGattung = GUICtrlCreateLabel("Gattung", 16, 632, 50, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$LabelArt = GUICtrlCreateLabel("Art", 16, 656, 20, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$LabelFressfeind = GUICtrlCreateLabel("Fressfeind(e)*", 16, 736, 88, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$LabelNahrung = GUICtrlCreateLabel("Nahrung*", 16, 768, 60, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$LabelBeschreibung = GUICtrlCreateLabel("Beschreibung", 432, 8, 87, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$LabelWichtig = GUICtrlCreateLabel("Wichtiger Hinweiß", 16, 800, 111, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$LabelBildpfad = GUICtrlCreateLabel("Bildpfad", 16, 832, 54, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$InputDName = GUICtrlCreateInput("", 152, 16, 265, 21)
$InputEName = GUICtrlCreateInput("", 152, 40, 265, 21)
$InputLName = GUICtrlCreateInput("", 152, 64, 265, 21)
$InputKlasse = GUICtrlCreateInput("", 152, 152, 265, 21)
$InputOrdnung = GUICtrlCreateInput("", 152, 200, 265, 21)
$InputUnterordnung = GUICtrlCreateInput("", 152, 224, 265, 21)
$InputUberfamilie = GUICtrlCreateInput("", 152, 248, 265, 21)
$InputFamilie = GUICtrlCreateInput("", 152, 272, 265, 21)
$InputUnterfamilie = GUICtrlCreateInput("", 152, 296, 265, 21)
$InputGattung = GUICtrlCreateInput("", 152, 632, 265, 21)
$InputArt = GUICtrlCreateInput("", 152, 656, 265, 21)
$EditBeschreibung = GUICtrlCreateEdit("", 432, 32, 393, 273, BitOR($ES_AUTOVSCROLL,$ES_AUTOHSCROLL,$ES_WANTRETURN,$WS_VSCROLL,$WS_BORDER))
GUICtrlSetData(-1, "")
$InputFressfeind = GUICtrlCreateInput("", 152, 736, 625, 21)
$InputNahrung = GUICtrlCreateInput("", 152, 768, 625, 21)
$InputWichtig = GUICtrlCreateInput("", 152, 800, 625, 21)
$InputBildpfad = GUICtrlCreateInput("", 152, 832, 625, 21)
$LabelKomma = GUICtrlCreateLabel("* Mit einem Komma (,) abzutrennen", 8, 864, 208, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$ButtonSpeichern = GUICtrlCreateButton("Speichern", 680, 864, 97, 25, 0)
$LabelTeilklasse = GUICtrlCreateLabel("Teilklasse", 16, 104, 67, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$InputTeilklasse = GUICtrlCreateInput("", 152, 104, 265, 21)
$LabelUnterklase = GUICtrlCreateLabel("Unterklasse", 16, 128, 76, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$InputUnterklasse = GUICtrlCreateInput("", 152, 128, 265, 21)
$Labeluberordnung = GUICtrlCreateLabel("Überordnung", 16, 176, 83, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$Inputuberordnung = GUICtrlCreateInput("", 152, 176, 265, 21)
$LabelWissenschaftlicherName = GUICtrlCreateLabel("Wissenschaftlicher Name", 8, 696, 124, 17)
$InputWissenschaftlicherName = GUICtrlCreateInput("", 152, 696, 265, 21)
$CheckboxEnglisch = GUICtrlCreateCheckbox("In English", 256, 864, 81, 17)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$CheckboxDeutsch = GUICtrlCreateCheckbox("In Deutsch", 344, 864, 89, 17)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$CheckboxFranzosisch = GUICtrlCreateCheckbox("Dans francais", 440, 864, 105, 17)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$LabelUberstamme = GUICtrlCreateLabel("Überstämme", 16, 320, 82, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$InputUberstamme = GUICtrlCreateInput("", 152, 320, 265, 21)
$LabelStamme = GUICtrlCreateLabel("Stämme", 16, 344, 54, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$InputStamme = GUICtrlCreateInput("", 152, 344, 265, 21)
$LabelUnterstamme = GUICtrlCreateLabel("Unterstämme", 16, 368, 84, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$InputUnterstamme = GUICtrlCreateInput("", 152, 368, 265, 21)
$LabelUberabteilung = GUICtrlCreateLabel("Überabteilung", 16, 392, 89, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$InputUberabteilung = GUICtrlCreateInput("", 152, 392, 265, 21)
$LabelAbteilung = GUICtrlCreateLabel("Abteilung", 16, 416, 60, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$InputAbteilung = GUICtrlCreateInput("", 152, 416, 265, 21)
$LabelUnterabteilung = GUICtrlCreateLabel("Unterabteilung", 16, 440, 91, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$InputUnterabteilung = GUICtrlCreateInput("", 152, 440, 265, 21)
$LabelReich = GUICtrlCreateLabel("Reich", 16, 464, 39, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$InputReich = GUICtrlCreateInput("", 152, 464, 265, 21)
$LabelKlassifikation = GUICtrlCreateLabel("Klassifikation", 16, 488, 82, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$InputKlassifikation = GUICtrlCreateInput("", 152, 488, 265, 21)
$LabelDomane = GUICtrlCreateLabel("Domäne", 16, 512, 56, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$InputDomane = GUICtrlCreateInput("", 152, 512, 265, 21)
$LabelReihe = GUICtrlCreateLabel("Reihe", 16, 536, 40, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$InputReihe = GUICtrlCreateInput("", 152, 536, 265, 21)
$LabelOhneRangI = GUICtrlCreateLabel("Ohne Rang I", 16, 560, 78, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$InputOhneRangI = GUICtrlCreateInput("", 152, 560, 265, 21)
$LabelOhneRangII = GUICtrlCreateLabel("Ohne Rang II", 16, 584, 81, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$InputOhneRangII = GUICtrlCreateInput("", 152, 584, 265, 21)
$LabelOhneRangIII = GUICtrlCreateLabel("Ohne Rang III", 16, 608, 84, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$InputOhneRangIII = GUICtrlCreateInput("", 152, 608, 265, 21)
$Group2 = GUICtrlCreateGroup("", 8, 88, 417, 601)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group3 = GUICtrlCreateGroup("", 8, 720, 777, 137)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group1 = GUICtrlCreateGroup("", 8, 0, 417, 89)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $InputArt
EndSwitch
WEnd
Wie bekomme ich jetzt hin, das man wie gewohnt scrollen kann?