Minimize Application to System Tray

  • Thread starter Thread starter Varadha
  • Start date Start date
V

Varadha

Hi,
i want to create a VC++ application that minimizes to
system tray when i minimize it. This application should be
running in the background and doing it process(Just like
Yahoo messanger which minimizes to the syetem tray when we
minimize it). Can u help me out in this.

-Thanks in Advance
Varadha
 
i want to create a VC++ application that minimizes to
system tray when i minimize it.

Have a look on MSDN for the TrayNot sample. The API to put an icon in
the notification area is Shell_NotifyIcon.

Dave
 
Back
Top