System Tray Notification Information

Hello everyone, I am trying to get the balloon to display an Icon.
http://i.imgur.com/Bcvtsbj.png
As you can tell by the picture it shows in the task bar, but not the actual balloon, I have used the following code

1
2
	nid.hIcon = LoadIcon(hInst, MAKEINTRESOURCE(IDI_ICON1));
	nid.hBalloonIcon = LoadIcon(hInst, MAKEINTRESOURCE(IDI_ICON1));

But the result is still the same, let me know if you need to see the rest of my code I can paste it up, but I can't figure it out, and Googling for references on hBalloonIcon came up a miss.
check if LoadIcon return NULL, and if yes, use GetLastError to find why ( http://msdn.microsoft.com/en-us/library/windows/desktop/ms648072%28v=vs.85%29.aspx).
Didn't return anything, still completely lost as to why something so simple isn't working.
Topic archived. No new replies allowed.