Problem Mit Gui

  • Also Ich Wollte grade mit Gui Eine Fenster Für Einstellung machen!

    Dann Wollte ich eine Gruppe erstellen(sichtbar)

    aber die farbe der Überschrift lässt sich nicht ändern=???? :?: :?: :?:

    Spoiler anzeigen
    [autoit]

    #include <GUIConstantsEx.au3>
    #include <StaticConstants.au3>
    #include <WindowsConstants.au3>
    #Region ### START Koda GUI section ### Form=
    $Form1 = GUICreate("Form1", 499, 146, 306, 183)
    $Group1 = GUICtrlCreateGroup("Group1", 32, 24, 409, 105)
    GUICtrlSetColor(-1, 0x000080)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    GUISetState(@SW_SHOW)
    #EndRegion ### END Koda GUI section ###

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

    While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
    Case $GUI_EVENT_CLOSE
    Exit

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

    EndSwitch
    WEnd

    [/autoit]

    Nur ein Bsp... :P

    Einmal editiert, zuletzt von MR.Multibot (9. Mai 2010 um 20:47)

  • Zitat aus der Hilfe zu GUICtrlSetColor:

    Code
    Checkbox, Radio, Group oder Progress-Controls können nicht gefärbt werden, wenn der "Windows XP style" verwendet wird.

    Schließt Vista und Win7 mit ein.