Minimize Application to System Tray

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
 
A

Aggro

varadha said:
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.

This can not be done using the standard C++ and this group is for
standard C++ questions only. Try asking in some newsgroup under the
microsoft.public.vc.* hierarchy.
 
S

SaltPeter

varadha said:
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.

This newsgroup doesn't deal with Windows specific issues, you should be
asking / consulting a relevent newsgroup for your issue.

For the record, if you create a CWinApp based application you might notice
the following in InitApplication:

// Parse command line for standard shell commands, DDE, file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);

rightclick "Parse CommandLine" and "go to definition"....
and the "#define SW_HIDE 0" found in Winuser.h should give you a clue.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,262
Messages
2,571,059
Members
48,769
Latest member
Clifft

Latest Threads

Top