From: Random on 14 Feb 2010 15:57 On Feb 14, 4:56 am, "Larry" <dontmewit...(a)got.it> wrote: > ListView_SetExtendedListViewStyleEx(hlistview, 0, LVS_EX_GRIDLINES); This is basically a no-op. > ListView_SetExtendedListViewStyleEx(hlistview, LVS_EX_GRIDLINES, > LVS_EX_GRIDLINES); This is what you'd want, saying you want to set the LVS_EX_GRIDLINES style.
First
|
Prev
|
Pages: 1 2 Prev: Memory map of a Windows process Next: newbie: how to cast a callback function to DWORD_PTR |