VS2005 - UNICODE - TreeView does not respond to change events in Win98/ME
Hi,
Code is written in VC6 but compiled in VS2005 Beta 2. In Windows 98 & ME, click events for Treeview controls does not respond to click or change evens when clicked on child/leaf node. It works in 2000 and XP.
Thanks,
see the below link
http://blogs.msdn.com/michkap/archive/2005/08/15/451653.aspx
The pertinent text is: "In your class that uses the CTreeCtrl (e.g. your CDialog) handle OnNotifyFormat (WM_NOTIFYFORMAT message) and return NFR_UNICODE. Also, send a message CCM_SETUNICODEFORMAT with TRUE to the tree control."