Oh! Sorry.
#define WM_MYMESSAGE (WM_USER + 1)
NOTIFYICONDATA tnd;
tnd.cbSize = sizeof(NOTIFYICONDATA);
tnd
tnd.uID = ID_MY_WINDOW;
tnd.uFlags = NIF_MESSAGE | NIF_ICON|NIF_TIP;
tnd.uCall
tnd.hIcon = hIcon;
strcpy(tnd.szTip, "MyApp");
Shell_NotifyIcon(
When you need to delete:
NOTIFYICONDATA tnid;
tnid.cbSize=sizeof(NO
tnid.h
tnid
Shell_NotifyIcon(NIM_DE
You can read that: http://www.codeproject.com
http:
http://w
htt
Because I cannot show everything in one post. But it looks like only one thing left to explain here. Can you try to implement what I posted?





by: pgnatyukPosted on 2009-09-11 at 12:20:09ID: 25312642
ShowWindow(hWnd, SW_SHOWMINIMIZED)