Das Problem hat sich von selber gelöst aber jetzt ahbe ich hier ein Problem :
$Group1 = GUICtrlCreateGroup("Staffel 13", 8, 16, 529, 97)
$Button1 = GUICtrlCreateButton("Button1", 16, 40, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button1.bmp")
$Button2 = GUICtrlCreateButton("Button2", 88, 40, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button2.bmp")
$Button3 = GUICtrlCreateButton("Button3", 160, 40, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button3.bmp")
$Button4 = GUICtrlCreateButton("Button4", 232, 40, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button4.bmp")
$Button5 = GUICtrlCreateButton("Button5", 304, 40, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button5.bmp")
$Button6 = GUICtrlCreateButton("Button6", 376, 40, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button6.bmp")
$Button7 = GUICtrlCreateButton("Button7", 448, 40, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button7.bmp")
$Button8 = GUICtrlCreateButton("Button8", 16, 64, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button8.bmp")
$Button9 = GUICtrlCreateButton("Button9", 88, 64, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button9.bmp")
$Button10 = GUICtrlCreateButton("Button10", 160, 64, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button10.bmp")
$Button11 = GUICtrlCreateButton("Button11", 232, 64, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button11.bmp")
$Button12 = GUICtrlCreateButton("Button12", 304, 64, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button12.bmp")
$Button13 = GUICtrlCreateButton("Button13", 376, 64, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button13.bmp")
$Button14 = GUICtrlCreateButton("Button14", 448, 64, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button14.bmp")
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("Staffel 14", 8, 120, 529, 97)
$Button15 = GUICtrlCreateButton("", 16, 40, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button1.bmp")
$Button16 = GUICtrlCreateButton("Button2", 88, 40, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button2.bmp")
$Button17 = GUICtrlCreateButton("Button3", 160, 40, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button3.bmp")
$Button18 = GUICtrlCreateButton("Button4", 232, 40, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button4.bmp")
$Button19 = GUICtrlCreateButton("Button5", 304, 40, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button5.bmp")
$Button20 = GUICtrlCreateButton("Button6", 376, 40, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button6.bmp")
$Button21 = GUICtrlCreateButton("Button7", 448, 40, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button7.bmp")
$Button22 = GUICtrlCreateButton("Button8", 16, 64, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button8.bmp")
$Button23 = GUICtrlCreateButton("Button9", 88, 64, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button9.bmp")
$Button24 = GUICtrlCreateButton("Button10", 160, 64, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button10.bmp")
$Button25 = GUICtrlCreateButton("Button11", 232, 64, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button11.bmp")
$Button26 = GUICtrlCreateButton("Button12", 304, 64, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button12.bmp")
$Button27 = GUICtrlCreateButton("Button13", 376, 64, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button13.bmp")
$Button28 = GUICtrlCreateButton("Button14", 448, 64, 75, 25, $BS_BITMAP)
GUICtrlSetImage (-1, @TempDir & "\" & "Button14.bmp")
Jetzt zeigt der mir in Group1 die Buttons richtig an aber in Group2 soll er nochmal die selben buttons verwenden aber da bleibt alles einfach leer , wieso?