DiegoErnesto
Programmer
I have a app when the user edits a node of tree view it should send a message to indicate that node change... I have implemented the "ON_NOTIFY_REFLECT(TVN_SELCHANGED, OnSelchanged)" How do I active this event?. I try with "SendNotifyMessage(TVN_SELCHANGED, 0, 0)" but this does not send message...
Anyone could help me...
Anyone could help me...