--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote: > > The issue arises because there is no Windows-system API to support > hooking into other programs tray icons. So PowerPro, like every > other tray substitute, has to cheat and hook into the message stream > coming to the tray window itself (the one on the task bar) and > filter out tool tip messages which it receives. The tool tips in > these messages will use Unicode if the program sending them is a > Unicode-using program and PowerPro knows this by using the > IsUnicodeWindow system function on the source of the message. If > the window is unicode, the tool tip is translated to single byte > character with WideCharToMultiByte, using cp_acp (ie system default) > code page.
As far as I can tell, there is no such a symptom with the explorer shell, only with an alt shell like LiteStep. This Unicode check might be the cause in litestep, so I'd like to try after disabling this check. Could have that option? Sean 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/
