Hallo,
und wieder ein Problem was mich Nerven kostet!
Kann mir jemand sagen warum die Gui oder Form
nicht scrollt?
Spoiler anzeigen
#include <ButtonConstants.au3>
#include <ComboConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate("Form1", 662, 200, 540, 136, BitOR($GUI_SS_DEFAULT_GUI,$WS_VSCROLL))
$Auswahl = GUICtrlCreateCombo("Auswahl", 472, 44, 145, 25, BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1, "Form1|Form2")
$Button1 = GUICtrlCreateButton("Button1", 472, 80, 75, 25)
$Input1 = GUICtrlCreateInput("Input1", 472, 244, 121, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
komme da einfach nicht weiter
Liebe Grüße
Ilse ![]()