CListViewCtl: bug
Brought to you by:
kprobst
Fails with "sub or function not defined" if
CBX_LVSORT_ADVANCED is defined. Change line 79 from:
Call SendMessage(m_hWnd, LVM_SORTITEMSEX, ObjPtr
(Me), ByVal GetProcAddress(AddressOf
ListViewCompareProc))
To:
Call SendMessage(m_hWnd, LVM_SORTITEMSEX, ObjPtr
(Me), ByVal cbxGetProcAddress(AddressOf
ListViewCompareProc))
This causes the CBXDPhoneBook demo to fail.
For the time being, please download the updated class
from <a
href="http://www.vbbox.com/vb/codebox/CommonContro
ls/?
duid=A3F1E2087E5F44D5816CF1DFF951EAB5">here</a>.
Thanks.
Logged In: YES
user_id=677921
Fixed for 2.1