Jump to content

Colored back- and foreground for comboboxes


jlorenz1
 Share

Recommended Posts

Is there a possibilty for colored comboboxes? ;) Thanks Johannes

#include <GUIConstants.au3>

GUICreate("Please change color")  

GUICtrlCreateCombo ("item1", 10,10) 
GUICtrlSetData(-1,"item2|item3","item3") 
GUICtrlSetBkColor(-1,0x000099)  ; Blue
GUICtrlSetColor(-1,0xF1F2E1)    ; nearly white
GUISetState ()


While 1
    $msg = GUIGetMsg()
    
    If $msg = $GUI_EVENT_CLOSE Then ExitLoop
Wend

Johannes LorenzBensheim, Germanyjlorenz1@web.de[post="12602"]Highlightning AutoIt Syntax in Notepad++ - Just copy in your Profile/application data/notepad++[/post]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...