> Does that give you some ideas? Is there something more I could test? > How about providing some version of pprotray which saves > NOTIFYICONDATA structures it receives to some file, for further > inspection? Would it be possible/easy to do?
I don't want to get into file I/O from the hook routine. I guess it should work, but if it doesn't and it screws up the user logon (because of where the pprotray program is loaded), then it may be a hassle to back out. > > Just for the record, in order to rename a dll it is enough to kill > pprotray.exe process -- saves one reboot :) I also found that a log off and log on could replace the reboot. I uploaded three new pprotray.dlls to the usual place. All capture the first 12 byte of the tool text as hexadecimal (formated as characters). Can you try each and post what appears in trayicons.txt file after trayicon.dump for each? pprotray1.dll respects Tooltip flag pprotray2.dll ignores Tooltip flag in messages pprotray3.dll ingores tooltip flag but only keeps tool tips if one of first two bytes is non-zero Note that there can be multiple messages for a single icon so there has to be some kind of decision on whether the tool tip data is valid in a message. The originator of the message is supposed to set the tt flag to indicate this. ------------------------ Yahoo! Groups Sponsor --------------------~--> Check out the new improvements in Yahoo! Groups email. http://us.click.yahoo.com/6pRQfA/fOaOAA/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/
