摘要:
在listview 控件标题上添加图标的模块.作者:Mndsoft 日期:2005-03-06[codes=vb]‘以下添加到模块中.‘调用很简单,直接看好了.Private Type LVCOLUMNmask As Longfmt As Longcx As LongpszText As StringcchTextMax As LongiSubItem As LongiImage As LongiOrder As LongEnd TypeDeclare Function SendMessageColumn Lib “user32″ Alias “SendMessageA” (ByVal hWn 阅读全文