M
MarkR
Hello, all:
I'm trying to get the ListView Insert Mark to appear in my XP application,
and though the SendMessage(...LVM_SETINSERTMARK...) call returns TRUE, the
mark is not visible.
I built a simple, unmanaged MFC app to do the same thing and it works. Both
apps use v6 of CommCtrl, both apps use the same messages to communicate with
the control... what gives?
The one discrepancy I can find is, WinSpector reports the C++ app as having
LVS_ICON style set, but I cannot get that to show up on the WindowsForms
side (the constant is 0x0, so I don't know how to OR it with anything
meaningful). I am using the LVM_SETVIEW message, but to no effect.
Any suggestions would be greatly appreciated.
Thank you,
/m
I'm trying to get the ListView Insert Mark to appear in my XP application,
and though the SendMessage(...LVM_SETINSERTMARK...) call returns TRUE, the
mark is not visible.
I built a simple, unmanaged MFC app to do the same thing and it works. Both
apps use v6 of CommCtrl, both apps use the same messages to communicate with
the control... what gives?
The one discrepancy I can find is, WinSpector reports the C++ app as having
LVS_ICON style set, but I cannot get that to show up on the WindowsForms
side (the constant is 0x0, so I don't know how to OR it with anything
meaningful). I am using the LVM_SETVIEW message, but to no effect.
Any suggestions would be greatly appreciated.
Thank you,
/m