Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Proggie that deal with taskbar

Status
Not open for further replies.

NovaDude

Technical User
Jan 29, 2001
4
CA
Hi !

I was wondering if someone knew how to make a program to close all the icons (programs) in my taskbar with one click then reloading them with another click. When I play games I like to close them to free up memory.

Any ideas ?
 
I think the first step to doing anything with the taskbar will lie here

CWnd* pWnd;

pWnd = m_pScreenDialog0->FindWindow("Shell_TrayWnd",0);

pWnd will now be the taskbar window. I have never tried to close the programs currently in the taskbar but this is whre i would start.

Matt



 
Zyrenthian, how could you use MFC in C? Ion Filipski
1c.bmp


filipski@excite.com
 
LOL I havent made that mistake in a LONG time. Sorry... been a hectic day and I forgot what forum i was in.

Appologies,
Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top