This is a small app i wrote to learn how to use the Shell_NotifyIcon.
It is opoened in the system tray. When clicked it scans the topmost oppened paltalk room, count the number of hands up and open a baloon with the room name and # of hands up.
To exit right click the icon and select exit from the menu that pop up.
It only work in public rooms, and should not require any libraries installation.
The C++ source code is included for anyone that is interested.
/edit: program update: it now has an icon and the baloon is silent.
/edit: updated program