Tree Control Help
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Whenever the text of a tree item changes how can i know it. Which notificacation is sent. The text is being changed programmatically
-
Whenever the text of a tree item changes how can i know it. Which notificacation is sent. The text is being changed programmatically
-
use the WM_NOTIFY msg TVN_BEGINLABELEDIT. you can cancel label edit by returning TRUE. Я люблю русский язикь!
I am setting the text using SetItemText and not label edit. I want to know if any event triggers whenever a SetItemText is done on a Tree Item.