When I set ListView1.View = lvwReport,how can I get value from specified column? Thank You,
Teeravee Sirinapasawasdee Gestalt IT Consulting Group Growth Your Business With e-Process
VB Code: 'Will get the selected item in the First Colum MsgBox ListView1.SelectedItem 'Will get the selected item in the 3rd Colum MsgBox ListView1.SelectedItem.ListSubItems(2).Text
'Will get the selected item in the First Colum MsgBox ListView1.SelectedItem 'Will get the selected item in the 3rd Colum MsgBox ListView1.SelectedItem.ListSubItems(2).Text
Forum Rules