BigDog Posted August 16, 2008 Posted August 16, 2008 dear sir how could i set the BKcolor of the ListView's column's header ? thanks ;... GUICreate("my-mate", 300, 500,@DesktopWidth - 300, 0) ;... $oMyList = GUICtrlCreateListView("", 10, 280, 280, 200) _GUICtrlListView_AddColumn($oMyList, "stats", 200); i need a indicated width GUICtrlSetBkColor(-1, 0xffffee); i want a bkcolor of header , not all the listviewctrl (like now) !
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now