From: larry m. <lg...@ea...> - 2002-05-14 20:40:58
|
I am trying to add both vertical and horizontal scroll bars. For some reason my WS_HSCROLL command in the -style doesn't work. -style => WS_VSCROLL | WS_VISIBLE | 3 | WS_CHILD works as expected, but -style => WS_VSCROLL | WS_HSCROLL | WS_VISIBLE | 3 | WS_CHILD does not produce a horizontal scroll bar when the liines for the Listbox are longer then the width of the Listbox. I am still searching for example code for this option but have yet to be successful. Thanks, Larry |