> > It seems like the flags field isn't very reliable... only last one is > identified as unicode, while they all actually are
Yes, that is correct and it led me to find a serious error. Since almost every commercial program is Unicode these days, and yet the unicode flag is unreliable for determining overall app "unicodeness", how could PowerPro tray support be working for most people? The answer is that my code was looking at the receiving window, not the sending window, when checking this flag. This would be the task bar tray window, which seems to almost always Unicode; I am not sure why your machine differs (what verison of Windows?) (This _may_ also be related to Litestep situation). In any event, I uploaded a new version of pprotray.dll for testing to the usual place. It assumes that the sending window is Unicode almost always. (Only if the sent data structure could not possibly be Unicode due to length). Can you try? ------------------------ Yahoo! Groups Sponsor --------------------~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
