Hey undzwar habe ich folgendes problem ich habe ein bild also ein Hintergrund gemacht und wenn ich starte ist alles oke
aber wenn ich minimiere und wieder öffne sind die Texte weg das Bild bleibt aber
Code:
Code
Gui, Font, S10 Cblack, Verdana
Gui, Add, Text, x10 y30 cblack +BackgroundTrans, (F5) = Anfangen zu Fischen
Gui, Add, Text, x10 y50 cblack +BackgroundTrans, (F6) = Stopen
Gui, Add, Text, x10 y70 cblack +BackgroundTrans, (F9) = Keybinder Schließen
Gui, Add, Text, x10 y90 cblack +BackgroundTrans, (F1) = Laufscript An
Gui, Add, Text, x10 y110 cblack +BackgroundTrans, (F2) = Laufscript Aus
Gui, Font, S8 Cblack, Arial
Gui, Add, Text, x230 y130 cblack +BackgroundTrans, (c)by Theo:
Gui, Show, x30 y40 h150 w300, Keybinder
Gui, Add, Picture, x0 y0 h150 w300, bg.png
return
Alles anzeigen