PDA

Click to See Complete Forum and Search --> : Another Listview API question


Cander
Dec 15th, 2000, 09:28 AM
I have been trying for a month to do this, but does ANYONE know how to use the filterbar style with the listview header(needs IE5+). Ive seen it done in C++ and have tried porting the code over to VB6 with no luck yet. Anyone have any ideas? I can get all the other header styles to work, but have had no luck with filterbar.

If anyone wants to give it a shot, here are the constant declarations from the Comctrl.h file..

'style
Public Const HDS_FILTERBAR = &H100
'not sure the difference between these two
Public Const HDI_FILTER = &H100

Anyone want to tackle this?