At 01:06 AM 5/21/00 -0500, you wrote:
<snip>
>is that WS_VSCROLL | WS_HSCROLL | WS_DLGFRAME are 0x07000000 and for some
>reason w2k decides to just get rid of these styles.
>
For WS_xSCROLL, is not the reason the same than for listboxes, that is, when
a scrollbar is not needed, it is removed automatically by Windows and the style
is updated accordingly ? [ this is not very well supported by Wine, but it *should*
work like this, unfortunately last time I looked at listbox code there is still some
mix of Win32 and Win16]
No clue for WS_DLGFRAME.
No clue for your main problem, too (can you try to check if the listview are really
created with
these styles on windows ? if yes, they *should* be displayed under windows with the
lvs_icon and
lvs_list styles.... Unless the style is changed later.
Bye
Gerard