h711 Posted October 8, 2008 Posted October 8, 2008 (edited) I have problem with checkbox within listview. When I use $LVS_EX_CHECKBOXES, the board of the listview disappeared!! As funny as this may sound, but it is true. GUICtrlCreateLabel ( "Setup", 245, 35, 180 ) $SettingListview = GUICtrlCreateListView("Settings ", 245, 50, 210, 120, $LVS_NOLABELWRAP, BitOr($GUI_SS_DEFAULT_LISTVIEW, $LVS_EX_CHECKBOXES) ) Please help, thanks!!!!!! Edited October 8, 2008 by h711
Zedna Posted October 8, 2008 Posted October 8, 2008 $SettingListview = GUICtrlCreateListView("Settings ", 245, 50, 210, 120, BitOr($GUI_SS_DEFAULT_LISTVIEW, $LVS_NOLABELWRAP), BitOR($WS_EX_CLIENTEDGE, $LVS_EX_CHECKBOXES)) 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