c++ - How to add multiple tray icons in the same application (winapi)? -
it possible application have more 1 tray icon? (kind of thunderbird does: 1 main application , when receive email , there's envelope in notification area)
i tried using shellnotify_icon twice in row return false second time. i've tried using 2 different notifyicondata structures still nothing. adds one.
i haven't been able find in documentation or on google saying if possible or not.
any ideas?
Comments
Post a Comment