I have been writing a program to ping three different sites and then it informs the user if they have internet or not.
I have had a lot of success on getting this program to work, in no small part due to the awesomeness of the community here.
My code is written in native c++ due to the fact that I know the language the best. What I am hoping for is for the community to point me in the direction getting my program to run in the system tray without using .net programming.
I am using Visual studio 2008 and I have got my code to install using the setup project. I would be grateful to any help that you guys can show me. Thanks.
Native C++ systray applications are based on the Win32 Shell API Shell_NotifyIcon.
To add your icon to the sys tray you want something like this:
To remove your icon you want something like this: