Red-Steel Posted April 21, 2007 Posted April 21, 2007 When I create a list, it always make an alphabetical order with my text. How can I make it normal? ( z1|a2|b3|c4|e5|d6) because ( z1|a2|b3|c4|e5|d6) will become: a2 b3 c4 d6 e5 z1 but I want it to be like: z1 a2 b3 c4 e5 d6 Thanks!
Zedna Posted April 21, 2007 Posted April 21, 2007 GUICtrlCreateList () has default style $LBS_SORT So instead: $mylist=GUICtrlCreateList ("buttons that have been clicked", 176,32,121,97)oÝ÷ Úëjëh×6$mylist=GUICtrlCreateList ("buttons that have been clicked", 176,32,121,97,BitOr($WS_BORDER,$WS_VSCROLL)) Resources UDF ResourcesEx UDF AutoIt Forum Search
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