ListView Flat Headers
Category:
Forms and ControlsType:
SnippetsDifficulty:
IntermediateAuthor:
Richard MossVersion Compatibility:
More information:
If you do not want your ListViews to have button style column headers, you can use this code to change them to a flat style.
Usage:
LV_FlatHeaders ParentObject.hWnd, ListViewControl.hWnd
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: