I am in desperate need to get a virtual listview working
in VBA. I have been trying for days now but am getting
stuck.
I can create a listview with the LVS_OWNERDATA flag added
to the original style value, and when I look at the
listview control in Spy++, the style value indicates that
it is set.
However, I am not getting the LVN_GETDISPINFO notify
message. I have subclassed the listview and also
subclassed the "F3 Server 60000000" class (can someone
tell me what this is?) as it seems to own the control, but
no WM_NOTIFY message is appearing.
Can anyone help???
Thanks,
Mark Crowl
How would you catch the WM_NOTIFY and LVN_GETDISPINFO messages in owner of
the Control (Form?) in VBA?
Just curious.
I know how to handle all Windows messages in a real programming language but
not in VBA.
--
Regards,
Lars-Eric
http://www.clippersweden.se
"Mark Crowl" <mcr...@caci.co.uk> skrev i meddelandet
news:121001c2b727$4a83e2c0$d6f82ecf@TK2MSFTNGXA13...