C++ MFC

Moderators: Lundin
Number of threads: 3337
Number of posts: 9005

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
run application minimized in systray Posted by Cristi_me on 3 Mar 2003 at 1:10 PM
how can i make an application to run minimized in systray?

Report
Re: run application minimized in systray Posted by laxman53 on 3 Mar 2003 at 2:47 PM
: how can i make an application to run minimized in systray?
:
:
Use ShowWindow(SW_HIDE) to hide the window and use Shell_NotifyIcon to create a systray icon in system tray and add message handlers to that icon . If you click on that you can display the progress of the app in a seperate thread.. or whatever,,,
Report
Re: run application minimized in systray Posted by hristo_y on 4 Mar 2003 at 7:49 AM
How EXACTLY do i send the second parameter to this function? can i use already defined structure..i mean can`t i just point an icon as a second parameter? 10x
Report
Re: run application minimized in systray Posted by laxman53 on 4 Mar 2003 at 9:21 AM
: How EXACTLY do i send the second parameter to this function? can i use already defined structure..i mean can`t i just point an icon as a second parameter? 10x

:


Check this link.. here you will find the source and explanation of what are you trying to do...

Hope it helps.

http://www.geocities.com/technofundo/tech/win/SNIcon.html

Report
Re: run application minimized in systray Posted by hristo_y on 4 Mar 2003 at 1:32 PM
10q man...10x :)
Report
Re: run application minimized in systray Posted by atulnimkar on 1 Apr 2003 at 6:53 AM
hi,
i want to minimize my exe file in system tray instead of taskbar when PC boot..
will you help me?
atulnimkar




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.