I have created a very usable listview control from the several excellent postings on these forums. Thanks particularly to Peter Redei for his initial pioneeing code.
The ListView control is poorly documented in all my references (but I have been using the Win32.hlp file extensively)
However I still have had difficulty with one problem. When you type a series of characters on the keyboard the control searches the first column for a match even if the list is ordered on another column.
Can someone point me in the right direction to change the column that is searched to be the one that the control is currently ordered on.
TIA
Bern
------------------
Bern
www.insighttrading.com.au
The ListView control is poorly documented in all my references (but I have been using the Win32.hlp file extensively)
However I still have had difficulty with one problem. When you type a series of characters on the keyboard the control searches the first column for a match even if the list is ordered on another column.
Can someone point me in the right direction to change the column that is searched to be the one that the control is currently ordered on.
TIA
Bern
------------------
Bern
www.insighttrading.com.au
Comment