Valuater Posted March 4, 2006 Posted March 4, 2006 (edited) in help the GUICtrlCreateList()does NOT show a $WS_HSCROLL as a "Style" for the control ( i cant find it )however in help also_GUICtrlListSetHorizontalExtent ()indicates this line$listbox = GUICtrlCreateList("", 125, 40, 100, 120, BitOR($LBS_SORT, $WS_BORDER, $WS_VSCROLL, $LBS_NOTIFY, $LBS_DISABLENOSCROLL, $WS_HSCROLL))????8)EDIT - Found it in "common Styles "............ Sorry! Edited March 4, 2006 by Valuater
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