hi,
i want to use LVN_GETDISPINFO Notify Event but it does not work :shock:
other Notify Event like LVN_KEYDOWN or LVN_ITEMCHANGED does work ... hm
now i found out that FW_SetUnicode(.T.) made the "Problem" ... is there a Workaround :?:
p.s. all LVN_* are Notify Event from "Listview" (SysListView32)
i want to use LVN_GETDISPINFO Notify Event but it does not work :shock:
other Notify Event like LVN_KEYDOWN or LVN_ITEMCHANGED does work ... hm
now i found out that FW_SetUnicode(.T.) made the "Problem" ... is there a Workaround :?:
p.s. all LVN_* are Notify Event from "Listview" (SysListView32)
#define LVN_FIRST Â Â Â Â Â Â -100
#define LVN_ITEMCHANGED Â Â Â ( LVN_FIRST - 1 )
#define LVN_GETDISPINFO Â Â Â ( LVN_FIRST - 50)
#define LVN_KEYDOWN Â Â Â Â Â ( LVN_FIRST - 55)greeting,
Jimmy
Jimmy