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,

[246 byte] By [MicrosoftVisual] at [2007-12-18]
# 1

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."

Ted. at 2007-9-8 > top of Msdn Tech,Visual C++,Visual C++ General...