Jump to content

Recommended Posts

Posted (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 by Valuater

NEWHeader1.png

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
×
×
  • Create New...