Connecting Tech Pros Worldwide Forums | Help | Site Map

Use c++ to hide a program in taskbar

Newbie
 
Join Date: Mar 2007
Posts: 12
#1: Mar 23 '07
I want to make a program to hide a window in the taskbar (e.g. 'Warcraft III') when user presses F12, etc.

Is this possible? Any ideas? Thanks

sicarie's Avatar
Moderator
 
Join Date: Nov 2006
Location: USA
Posts: 3,929
#2: Mar 23 '07

re: Use c++ to hide a program in taskbar


Quote:

Originally Posted by Bl00dFox

I want to make a program to hide a window in the taskbar (e.g. 'Warcraft III') when user presses F12, etc.

Is this possible? Any ideas? Thanks

Hmmm, seems to me, as you probably can't write this functionality into Warcraft III, that you would ahve to write that function as a daemon in your OS (Windows=service). This would also override your currrent F12 functionality, but I'm pretty sure you could just change the key mapping from Windows key + D to be F12.
Reply